Sen descrición

zhangyihao a9d29bfb2a Merge remote-tracking branch 'origin/dev' into dev hai 9 meses
bin cd3db36ffc 初始 hai 1 ano
html cd3db36ffc 初始 hai 1 ano
public 190c4f53ff 调整资源 hai 9 meses
src a9d29bfb2a Merge remote-tracking branch 'origin/dev' into dev hai 9 meses
vite af50bb597d 菜单调整 hai 10 meses
.editorconfig cd3db36ffc 初始 hai 1 ano
.env.development f724635551 修复bug hai 10 meses
.env.production f724635551 修复bug hai 10 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 190c4f53ff 调整资源 hai 9 meses
package-lock.json cfa92a4159 修复样式冲突 hai 9 meses
package.json cfa92a4159 修复样式冲突 hai 9 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