Açıklama Yok

Hwf 81ea88aae4 事件跳转事件详情 9 ay önce
bin cd3db36ffc 初始 10 ay önce
html cd3db36ffc 初始 10 ay önce
src 81ea88aae4 事件跳转事件详情 9 ay önce
vite cd3db36ffc 初始 10 ay önce
.editorconfig cd3db36ffc 初始 10 ay önce
.env.development 8912aef51b 事件列表,地图定位 9 ay önce
.env.production 8912aef51b 事件列表,地图定位 9 ay önce
.eslintignore cd3db36ffc 初始 10 ay önce
.eslintrc-auto-import.json cd3db36ffc 初始 10 ay önce
.eslintrc.cjs cd3db36ffc 初始 10 ay önce
.gitignore cd3db36ffc 初始 10 ay önce
.prettierignore cd3db36ffc 初始 10 ay önce
.prettierrc cd3db36ffc 初始 10 ay önce
LICENSE cd3db36ffc 初始 10 ay önce
README.md cd3db36ffc 初始 10 ay önce
index.html cd3db36ffc 初始 10 ay önce
package-lock.json a70cfa9511 添加地图组件 9 ay önce
package.json a70cfa9511 添加地图组件 9 ay önce
tsconfig.json cd3db36ffc 初始 10 ay önce
uno.config.ts cd3db36ffc 初始 10 ay önce
vite.config.ts cd3db36ffc 初始 10 ay önce

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