热线前端

zhangchong 14d778d3d2 reactor:封装websocket: hai 1 ano
public ba89d9b9d2 reactor:特提对接; hai 1 ano
src 90e027733e reactor:封装websocket: hai 1 ano
.env b957547bdf feat:first commit; hai 1 ano
.env.development 7b0f383869 reactor:会签BUG修复; hai 1 ano
.env.production 14d778d3d2 reactor:封装websocket: hai 1 ano
.env.test bd1c0d9fdc reactor:附件上传对接; hai 1 ano
.eslintignore b957547bdf feat:first commit; hai 1 ano
.eslintrc.js b957547bdf feat:first commit; hai 1 ano
.gitignore b957547bdf feat:first commit; hai 1 ano
.prettierrc.js b957547bdf feat:first commit; hai 1 ano
Dockerfile b957547bdf feat:first commit; hai 1 ano
README.md b957547bdf feat:first commit; hai 1 ano
index.html b957547bdf feat:first commit; hai 1 ano
nginx.conf b957547bdf feat:first commit; hai 1 ano
package.json 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hai 1 ano
tsconfig.json 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hai 1 ano
vite.config.ts 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hai 1 ano
yarn.lock 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hai 1 ano

README.md

🏭 环境支持

Edge Firefox Chrome Safari
Edge ≥ 79 Firefox ≥ 78 Chrome ≥ 72 Safari ≥ 12

由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。

⚡ 使用说明

建议使用 npm,因为 yarn 有时会报错。node 版本 > 12xx.xx.x

# 安装依赖
npm install

# 运行项目
npm run dev

# 打包发布
npm run build