0.0.4 • Published 3 years ago
@dhirusarania/dark-mode v0.0.4
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