Sen descrición

Hwf b1b52e2a12 电子灾害、全局搜索 hai 9 meses
bin cd3db36ffc 初始 hai 1 ano
html cd3db36ffc 初始 hai 1 ano
public 190c4f53ff 调整资源 hai 10 meses
src b1b52e2a12 电子灾害、全局搜索 hai 9 meses
vite af50bb597d 菜单调整 hai 10 meses
.editorconfig cd3db36ffc 初始 hai 1 ano
.env.development 389c2a0f27 登录页增加粤政易登录链接 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 10 meses
package-lock.json e85eec16f5 填报管理 hai 9 meses
package.json e85eec16f5 填报管理 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