1.0.14 • Published 3 years ago

lego-component-ynzy v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

lego-component

特性

  • typescript
  • Vue3
  • 单元测试
  • 提交发布前验证
  • travis 实现自动发布

提交 tag 自动发布

git add .
git commit -m "feat:发布新版本"
git tag -a v.1.0.7 -m "version 1.0.7"
git push --tags # 推送tag

npm 版本号

// version = v1.0.0
npm version patch
// v1.0.1
npm version prepatch
// v1.0.2-0
npm version minor
// v1.1.0
npm version major
// v2.0.0

Project setup

yarn install

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

Customize configuration

See Configuration Reference.

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.0

3 years ago