docs:README.MD

This commit is contained in:
LAPTOP-MI\Lau-mi 2024-04-22 15:31:53 +08:00
parent 55e010fb0e
commit 6467e88745

View File

@ -10,8 +10,7 @@ pinia2.1.7
element-plus2.4.4
store持久化存储pinia-plugin-persistedstate 3.2.1
https://prazdevs.github.io/pinia-plugin-persistedstate/guide/config.html
store持久化存储[pinia-plugin-persistedstate](https://prazdevs.github.io/pinia-plugin-persistedstate/guide/config.html)3.2.1
mitt3.0.1
@ -37,8 +36,25 @@ npm run dev
npm run build
```
### eslint检测 [ESLint](https://eslint.org/)
### [ESLint](https://eslint.org/)
```sh
npm run lint
```
## Git提交规范
- 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 规范 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
- `feat` 增加新功能
- `fix` 修复问题/BUG
- `style` 代码风格相关无影响运行结果的
- `perf` 优化/性能提升
- `refactor` 重构
- `revert` 撤销修改
- `test` 测试相关
- `docs` 文档/注释
- `chore` 依赖更新/脚手架配置修改等
- `workflow` 工作流改进
- `ci` 持续集成
- `types` 类型定义文件更改