Aucune description

Hwf 18cc716e8c 路由 il y a 4 jours
bin cd3db36ffc 初始 il y a 9 mois
html cd3db36ffc 初始 il y a 9 mois
public 125d36da7d 电子灾害地图调整 il y a 3 semaines
src 18cc716e8c 路由 il y a 4 jours
vite 0dc8aca1ab 兼容低版本浏览器 il y a 1 mois
.editorconfig cd3db36ffc 初始 il y a 9 mois
.env.development 7b857de9cb 修复bug 防御备战调整处理 il y a 6 mois
.env.production 00604941f0 调整环境参数 il y a 1 semaine
.eslintignore cd3db36ffc 初始 il y a 9 mois
.eslintrc-auto-import.json cd3db36ffc 初始 il y a 9 mois
.eslintrc.cjs cd3db36ffc 初始 il y a 9 mois
.gitignore cd3db36ffc 初始 il y a 9 mois
.prettierignore cd3db36ffc 初始 il y a 9 mois
.prettierrc cd3db36ffc 初始 il y a 9 mois
LICENSE cd3db36ffc 初始 il y a 9 mois
README.md cd3db36ffc 初始 il y a 9 mois
index.html a0d76a4a12 no message il y a 1 mois
package-lock.json 97c1e1e20b 兼容低版本浏览器 il y a 1 mois
package.json 97c1e1e20b 兼容低版本浏览器 il y a 1 mois
tsconfig.json cd3db36ffc 初始 il y a 9 mois
uno.config.ts cd3db36ffc 初始 il y a 9 mois
vite.config.ts cd3db36ffc 初始 il y a 9 mois

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