vue-ui-kit-test-adw-1
v0.1.2
Published
A mammon project
Downloads
159
Readme
Adriel package publish test
Note
Use node version 16.13.2, Since this version has npm(8.1.2) which works fine and later version has issues
This project is setup with
- Vue ^2.6.14
- Vuetify ^2.6.0
- Storybook ^6.5.6
Project setup
yarn install
Run storybook
yarn storybook
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint