Skip to content

Repository files navigation

develop

npm install
npm run serve

CI build

# install
npm install
# 1.0.0 > 1.0.1
npm run release
# 1.0.0 > 1.0.1-0# npm run release -- --prerelease# 1.0.0 > 1.0.1-alpha.0 ,alpha是自定义的可以写任意文字,比如:beta# npm run release -- --prerelease alpha# 1.0.0 > 1.1.0# npm run release -- --release-as minor# 1.0.0 > 2.0.0# npm run release -- --release-as major# push tag to remote
git push --follow-tags
# build
npm run build
​```

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages