智慧应急大屏前端代码

Hwf c1adbbca2d 救援队伍实现,样式调整 hai 6 meses
bin 20caf60bc4 初始 hai 10 meses
html 20caf60bc4 初始 hai 10 meses
public 8e8c7ccf4b 二维码打印下载、地图默认点 hai 7 meses
src c1adbbca2d 救援队伍实现,样式调整 hai 6 meses
vite 20caf60bc4 初始 hai 10 meses
.editorconfig 20caf60bc4 初始 hai 10 meses
.env.development c42148435e 实时标绘 发送数据 hai 6 meses
.env.production 7c08ddc27c 上传样式调整 hai 6 meses
.eslintignore 20caf60bc4 初始 hai 10 meses
.eslintrc-auto-import.json 20caf60bc4 初始 hai 10 meses
.eslintrc.cjs 20caf60bc4 初始 hai 10 meses
.gitignore 20caf60bc4 初始 hai 10 meses
.prettierignore 20caf60bc4 初始 hai 10 meses
.prettierrc 20caf60bc4 初始 hai 10 meses
README.md 1ba82f5356 前端运行 hai 10 meses
index.html a23290bfac 登录界面 hai 7 meses
package-lock.json 7c08ddc27c 上传样式调整 hai 6 meses
package.json 7c08ddc27c 上传样式调整 hai 6 meses
tsconfig.json 20caf60bc4 初始 hai 10 meses
uno.config.ts 20caf60bc4 初始 hai 10 meses
vite.config.ts 63c013d98c 取消代理 hai 9 meses

README.md

前端运行

# 克隆项目
git clone https://gogs.tjp.com.cn/maoming/yjdp-web.git

# 安装依赖
npm install

# 启动服务
npm run dev

# 构建生产环境
npm run build:prod

# 前端访问地址 http://localhost:80