express-vue / express-vue

Vue rendering engine for Express.js. Use .Vue files as templates using streams
Other
1.31k stars 93 forks source link

Importing Vuetify #128

Closed danijelmartinek closed 6 years ago

danijelmartinek commented 7 years ago

Hi, I am relatively new in Express and Vue.js and this template helps mi alot. I made frontend in Vue.js using Vuetify component framework and I would like to incorporate that frontend with this boilerplate.

Is there any way to import Vuetify?

danielcherubini commented 7 years ago

if its a plugin then no we don't support it, issue #107 explains why.

Looking at vuetify docs, its imported right after vueJS

<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/vuetify/dist/vuetify.js"></script>

try that, just use the headAPI i give you

https://github.com/express-vue/express-vue#meta https://github.com/express-vue/express-vue#finally

danijelmartinek commented 7 years ago

It's not woking. I will wait for the update. Thanks for help.