0.0.1-alpha.3 • Published 3 years ago

vue-component-library-boilerplate v0.0.1-alpha.3

Weekly downloads
138
License
-
Repository
-
Last release
3 years ago

vue-components-library-boilerplate

stack

  • Vue@^3
  • Vite@^2 library node
  • TypeScript compile typings files
  • postcss@^9
  • tailwindcss@^2
  • 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 preview

branch

  • vue3
  • vue2