Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 889 Bytes

README.md

File metadata and controls

65 lines (35 loc) · 889 Bytes

环境要求

NodeJS v16.18.1 Npm 8.19.2

项目能力集成

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

esLint

stylelint

代码提交规范

含义 type

新功能 feat

修复 fix

文档变更docs

代码格式(不影响代码运行) style

重构(不增加新功能,也不是修改 bug) refactor

性能优化 perf

添加测试 test

修改构建过程或辅助工具 chore

回退 revert

打包 build

Scripts 命令描述]

服务 npm run dev

构建 npm run build

预览 npm run preview

自动化格式化 npm run prettier

检查行为代码 npm run lint

修复行为代码 npm run lint:fix

检查样式代码 npm run style-lint

修复样式代码 npm run style-lint:fix

提交不校验 git commit --no-verify -m “xxx”