热线前端

zhangchong f7e6d497e2 reactor:封装websocket: hace 1 año
public ba89d9b9d2 reactor:特提对接; hace 1 año
src f7e6d497e2 reactor:封装websocket: hace 1 año
.env b957547bdf feat:first commit; hace 1 año
.env.development f7e6d497e2 reactor:封装websocket: hace 1 año
.env.production f7e6d497e2 reactor:封装websocket: hace 1 año
.env.test bd1c0d9fdc reactor:附件上传对接; hace 1 año
.eslintignore b957547bdf feat:first commit; hace 1 año
.eslintrc.js b957547bdf feat:first commit; hace 1 año
.gitignore b957547bdf feat:first commit; hace 1 año
.prettierrc.js b957547bdf feat:first commit; hace 1 año
Dockerfile b957547bdf feat:first commit; hace 1 año
README.md b957547bdf feat:first commit; hace 1 año
index.html b957547bdf feat:first commit; hace 1 año
nginx.conf b957547bdf feat:first commit; hace 1 año
package.json 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hace 1 año
tsconfig.json 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hace 1 año
vite.config.ts 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hace 1 año
yarn.lock 205468bc65 reactor:优化通知公告选择通知人或部门数据量太卡顿; hace 1 año

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