@feaas/vue-webcomponent

Lightweight Web Component Boilerplate for VueJS

Usage no npm install needed!

<script type="module">
  import feaasVueWebcomponent from 'https://cdn.skypack.dev/@feaas/vue-webcomponent';
</script>

README

@feaas/vue-webcomponents

Lightweight Web Component Boilerplate for VueJS

Share your Vue Components with ease and consume them direct in the browser.

Motivation

  • Keep things simple
  • Use only really necessary dependencies
  • Export UMD bundle for direct execution in the browser

Dependencies

  • rollup - One of the best bundler:-) flexible, fast, lightweight and slim outputs
  • rollup-plugin-vue - Rollup Plugin for VueJS
  • @rollup/plugin-node-resolve - node modules path resolver
  • vue - VueJS itself
  • vue-template-compiler - Template Compiler for Vue 2
  • @vue/web-component-wrapper - Wrap a vue component as a web component