## 平台简介 智慧应急工作台 ## 前端运行 ```bash # 克隆项目 git clone https://gogs.tjp.com.cn/maoming/yjhtgl-web.git # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev # 构建生产环境 npm run build:prod