feat: vuetify integration + editor-code actions

This commit is contained in:
NGPixel
2018-02-11 18:36:20 -05:00
parent 1a051f5569
commit da8b4b662c
10 changed files with 143 additions and 12 deletions

View File

@@ -3,4 +3,5 @@ extends ../master.pug
block body
body
#app
editor
v-app
editor

View File

@@ -23,6 +23,7 @@ html
//- CSS
link(type='text/css', rel='stylesheet', href=config.site.path + 'css/bundle.css')
link(type='text/css', rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Material+Icons')
//- JS
script(type='text/javascript', src=config.site.path + 'js/runtime.js')