dd-zhxg-ui
v0.2.37
Published
命名变量用下划线,命名方法用小驼峰
Downloads
7
Readme
道丁组件库
代码规范
命名变量用下划线,命名方法用小驼峰
提交规范
- update: 更新
- feat:新功能(feature)
- fix:修补bug
- docs:文档(documentation)
- style: 格式(不影响代码运行的变动)
- refactor:重构(即不是新增功能,也不是修改bug的代码变动)
- test:增加测试
- build:构建过程或辅助工具的变动
发布
更新版本号
npm version patch
- npm version <update_type>
- patch:这个是补丁的意思,补丁最合适;
- minor:这个是小修小改;
- major:这个是大改咯;
登录&发布
- npm login
- npm publish
- 登录前npm 需要取消 淘宝镜像 npm config set registry https://registry.npmjs.org
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