0.1.5 • Published 2 years ago

@guricerin/vuetify-ts-lib v0.1.5

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

vuetify-ts-lib

Library template with vue2 + typescript + vuetify.

Env

  • vue-cli v5.0.8

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Publish to npm registory

npm login
...
npm publish --access=public # 初回のみ
npm publish # 2回目以降

Version up

npm version patch # + 0.0.1
npm version minor # + 0.1.0
npm version major # + 1.0.0

Customize configuration

See Configuration Reference.