vue-runtime-bundle
v0.3.5
Published
Vue and friends bundle for embedded in-browser development.
Downloads
32
Maintainers
Readme
vue-runtime-bundle
Vue and friends bundle for embedded in-browser development. Fits for migrations to vue!
Allows easily scaffold an embedded application with Vue, VueRouter, and optionally fela-vue or literal css.
Included:
USAGE
See Test Example
I suggest to use fela-vue 'cause it has all production stuff and could be easily adopted after migration to, for instance, vue-cli builds.
Common principle is:
- Include
dist/fela.js
(recommended) ordist/lit.js
ordist/all.js
(to play with). - Make your components according to
- Either fela-vue documentation.
- Or the example above using css`...` or cssinject`...` literals.
- and html`here goes your vue template` as a template field of them.
- Do
new Vue()
.