Vue Keep Clone
Sandbox Project for vue + typescript + vuetify
vue-ts
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Generate TS declaration for .vue files
yarn global add vuetype
vuetype src/components
https://github.com/ktsn/vuetype
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint