# warm-vue3 **Repository Path**: coderEasy/warm-vue3 ## Basic Information - **Project Name**: warm-vue3 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2024-10-07 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端运行 ```bash # 克隆项目 git clone https://gitee.com/min290/warm-sun.git # 进入项目目录 cd warm-Vue3 # 安装依赖 yarn --registry=https://registry.npmmirror.com # 启动服务 yarn dev # 构建测试环境 yarn build:stage # 构建生产环境 yarn build:prod # 前端访问地址 http://localhost:80 ``` # git提交规范 ``` [init] 初始化 [feat] 增加新功能 [fix] 修复问题/BUG [style] 代码风格相关无影响运行结果的 [perf] 优化/性能提升 [refactor] 重构 [revert] 撤销修改 [test] 测试相关 [docs] 文档/注释 [chore] 依赖更新/脚手架配置修改等 [workflow] 工作流改进 [ci] 持续集成 [types] 类型定义文件更改 [wip] 开发中 ```