Aucune description

yangyuxuan e0adbbcb16 Merge remote-tracking branch 'origin/master' il y a 6 mois
build b642f3b7ed 项目模板 il y a 9 mois
docs b642f3b7ed 项目模板 il y a 9 mois
mock b642f3b7ed 项目模板 il y a 9 mois
public 0e56e75197 no message il y a 8 mois
src e0adbbcb16 Merge remote-tracking branch 'origin/master' il y a 6 mois
.env.development b7eb211d56 websocket连接 il y a 6 mois
.env.production b7eb211d56 websocket连接 il y a 6 mois
.eslintrc-auto-import.json 59d7578d77 自动引入组件配置 il y a 6 mois
.eslintrc.cjs 59d7578d77 自动引入组件配置 il y a 6 mois
.gitignore b642f3b7ed 项目模板 il y a 9 mois
.nvmrc b642f3b7ed 项目模板 il y a 9 mois
.prettierrc.js b642f3b7ed 项目模板 il y a 9 mois
.versionrc.json b642f3b7ed 项目模板 il y a 9 mois
README.md 8ce3700d30 修改请求 il y a 9 mois
auto-imports.d.ts 59d7578d77 自动引入组件配置 il y a 6 mois
commitlint.config.js b642f3b7ed 项目模板 il y a 9 mois
eslint.config.js b642f3b7ed 项目模板 il y a 9 mois
index.html 0cfd693a50 更新扫码签名 il y a 6 mois
package.json 59d7578d77 自动引入组件配置 il y a 6 mois
pnpm-lock.yaml 59d7578d77 自动引入组件配置 il y a 6 mois
postcss.config.js b642f3b7ed 项目模板 il y a 9 mois
tailwind.config.ts b642f3b7ed 项目模板 il y a 9 mois
tsconfig.json 59d7578d77 自动引入组件配置 il y a 6 mois
vite.config.ts 26cd7f8093 通知详情 il y a 6 mois

README.md

平台简介

应急工作台移动端

前端运行

pnpm 安装

npm install pnpm -g

安装依赖

pnpm install

启动服务

pnpm run dev

构建生产环境

pnpm run build