vue-runtime-bundle

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

Usage no npm install needed!

<script type="module">
  import vueRuntimeBundle from 'https://cdn.skypack.dev/vue-runtime-bundle';
</script>

README

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().