git clone [email protected]:detanx/react-antd-template.git
npm install
# OR
yarn add
npm run dev
npm run build
npm run analyz // 生成当前打包的依赖文件json
npm run analyz-web // 在web页面分析查看相关的打包时间
- 用于说明 commit 的类别,只允许使用下面7个标识。
- feat:新功能(feature)
- fix:修补bug
- docs:文档(documentation)
- style: 格式(不影响代码运行的变动)
- refactor:重构(即不是新增功能,也不是修改bug的代码变动)
- test:增加测试
- chore:构建过程或辅助工具的变动