# zjtProjectRender **Repository Path**: zhao-jingtao-l_admin/zjt-project-render ## Basic Information - **Project Name**: zjtProjectRender - **Description**: 监测分析系统vue3+ts版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-12 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 打包:版本号升级(发布线上版本) > 版本号 + 1 > > 代码自动提交 > > 执行命令 ```shell pnpm run build:updated:nowVersion ``` > 删除构建产物 > > 执行命令 ```shell pnpm run delete:build ``` # 打包:dist(发布到测试) > 执行命令 ```shell pnpm run build:test ```