热线前端

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

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