热线前端

zhangchong 5cf53fb859 reactor:对接受理量前10一级热点; 1 anno fa
public ba89d9b9d2 reactor:特提对接; 1 anno fa
src 5cf53fb859 reactor:对接受理量前10一级热点; 1 anno fa
.env.development d31e34576b reactor:对接坐席辅助: 1 anno fa
.env.production d31e34576b reactor:对接坐席辅助: 1 anno fa
.env.test bd1c0d9fdc reactor:附件上传对接; 1 anno fa
.eslintignore b957547bdf feat:first commit; 1 anno fa
.eslintrc.js b957547bdf feat:first commit; 1 anno fa
.gitignore b957547bdf feat:first commit; 1 anno fa
.prettierrc.js b957547bdf feat:first commit; 1 anno fa
Dockerfile b957547bdf feat:first commit; 1 anno fa
README.md b957547bdf feat:first commit; 1 anno fa
index.html 6524dffd72 reactor:对接坐席监控; 1 anno fa
nginx.conf b957547bdf feat:first commit; 1 anno fa
package.json 6524dffd72 reactor:对接坐席监控; 1 anno fa
tsconfig.json 348a4a329c reactor:简化引入写法;移除无用的文件; 1 anno fa
vite.config.ts 348a4a329c reactor:简化引入写法;移除无用的文件; 1 anno fa
yarn.lock add621be73 reactor:热点和时间选择展示全部名称; 1 anno fa

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