duck-vue-components
v0.3.18
Published
A Vue 3 component library with controls, utils, stores and more.
Downloads
5,677
Maintainers
Readme
vue-components-starter
A starter for creating a Vue component library.
Development
- Install dependencies:
npm install- Run the playground:
npm run playground- Run the unit tests:
npm run test- Build the library:
npm run build