整合后的呼叫中心项目前端

miaofuhao 8a8b91742b fix 5 ay önce
.husky bdf60a2e1a 第一版代码 7 ay önce
bin bdf60a2e1a 第一版代码 7 ay önce
html bdf60a2e1a 第一版代码 7 ay önce
public bdf60a2e1a 第一版代码 7 ay önce
src 8a8b91742b fix 5 ay önce
vite bdf60a2e1a 第一版代码 7 ay önce
.editorconfig bdf60a2e1a 第一版代码 7 ay önce
.env.development ee5cac8939 docs: 更新项目描述和环境配置 7 ay önce
.env.production ee5cac8939 docs: 更新项目描述和环境配置 7 ay önce
.env.staging ee5cac8939 docs: 更新项目描述和环境配置 7 ay önce
.eslintignore bdf60a2e1a 第一版代码 7 ay önce
.eslintrc.js bdf60a2e1a 第一版代码 7 ay önce
.gitignore bdf60a2e1a 第一版代码 7 ay önce
.prettierignore bdf60a2e1a 第一版代码 7 ay önce
README.md ee5cac8939 docs: 更新项目描述和环境配置 7 ay önce
bash.exe.stackdump e497f6007e 增加备注 7 ay önce
index.html bdf60a2e1a 第一版代码 7 ay önce
nginx.conf 8a8b91742b fix 5 ay önce
package.json ee5cac8939 docs: 更新项目描述和环境配置 7 ay önce
postcss.config.js bdf60a2e1a 第一版代码 7 ay önce
prettier.config.js bdf60a2e1a 第一版代码 7 ay önce
project-remark.md bdf60a2e1a 第一版代码 7 ay önce
stylelint.config.js bdf60a2e1a 第一版代码 7 ay önce
tailwind.config.js bdf60a2e1a 第一版代码 7 ay önce
tsconfig.json bdf60a2e1a 第一版代码 7 ay önce
vite.config.js bdf60a2e1a 第一版代码 7 ay önce

README.md

智能客服系统

前端运行

# 克隆项目
git clone http://localhost:3000/jiayi/callcenter-web.git

# 进入项目目录
cd callcenter-web/

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动服务
yarn dev

# 实时生成 tailwindcss 样式
yarn css

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80