# vue3-management-system-ts **Repository Path**: xiupengfei/vue3-management-system-ts ## Basic Information - **Project Name**: vue3-management-system-ts - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-24 - **Last Updated**: 2023-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, Ant-Design, TypeScript ## README # Vue 3 + Typescript + Vite ```bash # 启动 npm start # 构建 npm run build ``` ### Git Commit Git `commit`的时候,按照以下消息规范的范围进行`commit`。最好不要出现一次`commit`同时出现多个范围的修改,如:一次`commit`中新增了接口,同时又修改了配置。 ### Git Commit 消息 1. 用`A 新增`作为前缀表示**新增功能**,如`A 新增 消息接口` 2. 用`C 配置`作为前缀表示**系统配置修改**,如`C 配置 修改数据库连接地址` 3. 用`D 文档`作为前缀表示**文档相关修改**,如`D 文档 完善README` 4. 用`F 修复`作为前缀表示**修复 bug**,如`F 修复 消息接口逻辑错误` 5. 用`M 其他`作为前缀表示**其他无法归类的修改**,如`M 其他 删除不必要的文件` 6. 用`O 优化`作为前缀表示**代码优化**,如`O 优化 消息接口优化` 7. 用`R 重构`作为前缀表示**代码重构**,如`R 重构 消息接口代码重构` 8. 用`S 规范`作为前缀表示**代码规范相关调整**,如`S 规范 消息接口代码格式修改` 9. 用`U 更新`作为前缀表示**根据业务需求调整做的修改**,如`U 更新 消息接口逻辑修改` [antd 官网](https://2x.antdv.com/components/overview-cn/)