0.1.189 • Published 3 years ago

abcjs-ui v0.1.189

Weekly downloads
40
License
-
Repository
-
Last release
3 years ago

q-components ( 项目用到的公共业务组件

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

发布版本

提交代码

git add .
git commit -m "更新组件"
git pull --rebase
git push

更新项目版本号并发布

# 登录 npm 账号
# userName: admin
# password: admin
# email: 843240938@qq.com
npm login

# 更新版本号
npm version patch

# 发布
npm pub

# 发布成功后, 新项目更新

删除

npm unpublish --force