vue-component-library-boilerplate
v0.0.1-alpha.3
Published
## stack
Readme
vue-components-library-boilerplate
stack
- [x] Vue@^3
- [x] Vite@^2 library node
- [ ] TypeScript compile
typingsfiles - [x] postcss@^9
- [x] tailwindcss@^2
- [x] storybook@^6
startup
$ npm i
# dev with storybook
$ npm run dev
# build with vite lib mode
$ npm run build
# build storybook static site
$ npm run build:book
# preview bundle content in '/preview' with vite
$ npm previewbranch
- vue3
- vue2
