## VentAnaly_2.0_front 系统v2.0前端代码仓库 ### 前言 本项目以[jeecgboot](https://github.com/jeecgboot/jeecgboot-vue3)为模板,请先阅读此文档后继续! ### 开始 建议:安装 nvm 或其他 nodejs 版本管理器,使用 VSCode 作为 IDE,使用 Chrome/Edge 浏览器; 1. 在项目目录下执行 `pnpm install` 2. 在项目目录下执行 `git config commit.template .github/COMMIT_TEMPLATE` ### 开发 开发的基本流程,部分内容可忽略 `git pull` # 可以rebase `git checkout [branch]` # 可选 `nvm use 20` # 建议,高版本node自带pnpm包管理器 `pnpm dev` # 必选,dddd `git add .` `git commit` # 公用模板见.github/COMMIT_TEMPLATE `git push origin [branch]` # 目前master分支无保护,可直接推 ### 构建 `pnpm build`