Sen descrición

yangyuxuan c7b0bfc5db Merge remote-tracking branch 'origin/dev' into dev hai 3 meses
bin cd3db36ffc 初始 hai 1 ano
html cd3db36ffc 初始 hai 1 ano
public 125d36da7d 电子灾害地图调整 hai 3 meses
src c7b0bfc5db Merge remote-tracking branch 'origin/dev' into dev hai 3 meses
vite 0dc8aca1ab 兼容低版本浏览器 hai 4 meses
.editorconfig cd3db36ffc 初始 hai 1 ano
.env.development 7b857de9cb 修复bug 防御备战调整处理 hai 9 meses
.env.production 00604941f0 调整环境参数 hai 3 meses
.eslintignore cd3db36ffc 初始 hai 1 ano
.eslintrc-auto-import.json cd3db36ffc 初始 hai 1 ano
.eslintrc.cjs cd3db36ffc 初始 hai 1 ano
.gitignore cd3db36ffc 初始 hai 1 ano
.prettierignore cd3db36ffc 初始 hai 1 ano
.prettierrc cd3db36ffc 初始 hai 1 ano
LICENSE cd3db36ffc 初始 hai 1 ano
README.md cd3db36ffc 初始 hai 1 ano
index.html a0d76a4a12 no message hai 4 meses
package-lock.json 97c1e1e20b 兼容低版本浏览器 hai 4 meses
package.json 97c1e1e20b 兼容低版本浏览器 hai 4 meses
tsconfig.json cd3db36ffc 初始 hai 1 ano
uno.config.ts cd3db36ffc 初始 hai 1 ano
vite.config.ts cd3db36ffc 初始 hai 1 ano

README.md

平台简介

智慧应急工作台

前端运行

```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