该项目已支持 react hook,为了提升性能,请尽量考虑使用 react 函数组件来开发。
npm i
npm start
- hosts配置
127.0.0.1 business.meitun.com
- 启动代理服务
npm run proxy
- 你也可以选择用nginx
npm run build
- 打包后文件存储在
dist
文件夹下
<type>: <subject>
注意冒号后面有空格。
用于说明 commit 的类别,只允许使用下面7个标识。
feat
:新功能(feature)fix
:修补bugdocs
:文档(documentation)style
: 格式(不影响代码运行的变动)refactor
:重构(即不是新增功能,也不是修改bug的代码变动)test
:增加测试chore
:构建过程或辅助工具的变动
stylelint-config-standard extends stylelint-config-recommended