# 村民经营性自建房检查前端 **Repository Path**: ya-ya-zhener/jcd ## Basic Information - **Project Name**: 村民经营性自建房检查前端 - **Description**: 村民经营性自建房检查前端--京办 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-28 - **Last Updated**: 2025-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 村民自建房 - 防火检查 ### 项目运行环境建议 ``` node版本:v16.17.0 node下载:https://nodejs.cn/download/ ``` ### 项目运行指令 ``` 1.npm i 2.npm run dev ``` ### 项目打包指令 ``` npm run build ``` ### 打包配置 ``` 修改.env.production文件中 VUE_APP_BASE_ROUTER eg:需要项目目录为adc VUE_APP_BASE_ROUTER = '/adc/' ```