# gs-firefight **Repository Path**: NJUTGIS/gs-firefight ## Basic Information - **Project Name**: gs-firefight - **Description**: 甘肃消防智慧融合平台 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-09-14 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## fire-project 消防演示平台 ### 安装依赖 npm install ### 项目配置文件 地图图层配置: public/CGS-2.3.0.21/SDK/configFile/layerConfig.json 数据后台、地形、socket等配置: public/json/config.json ### 项目运行 npm run serve 配置文件:config.json 的 terrainUrl进行了代理,代理标识为: /gc/。 每次更改后重启项目刷新代理地址。 ### 项目打包 npm run build 代理模式下打包后,部署时请在web服务器中配置地形代理地址,如: /gc/: http:[地形服务地址]/ ### 项目文档查看 npm install jsdoc -g npm install http-server -g npm run doc 浏览器打开 http://localhost:3001/ 进行查看