vue-runtime-bundle

0.3.5 • Public • Published

vue-runtime-bundle

Vue and friends bundle for embedded in-browser development. Fits for migrations to vue!

bundlephobia npm Deps DevDeps

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) or dist/lit.js or dist/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().

Package Sidebar

Install

npm i vue-runtime-bundle

Weekly Downloads

6

Version

0.3.5

License

MIT

Unpacked Size

632 kB

Total Files

14

Last publish

Collaborators

  • houd1ni