@dominikla/smart-vue-components
v2.34.0
Published
[defineCustomElement]: https://v3.vuejs.org/guide/web-components.html#definecustomelement [custom element]: https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements [demo]: https://vue-custom-element-example.netlify.app
Downloads
97
Readme
Vue 3 Custom Elements as a Library
This package is an example on how to package a custom element by using the defineCustomElement
API in Vue 3.
In this case, the vue
and @vueuse/core
dependencies are externalized to
reduce the package size and ensure it uses the same versions as in the host app.
Demo 🚀
Visit the live demo to see the custom element in action.
Development 👨💻
- npm run dev: start the Vite.js build process in
watch
mode
Publish 📦
- npm run build: build the package
- npm publish: publish the package