|
|
hace 5 meses | |
|---|---|---|
| .husky | hace 1 año | |
| bin | hace 1 año | |
| html | hace 1 año | |
| public | hace 1 año | |
| src | hace 10 meses | |
| vite | hace 1 año | |
| .editorconfig | hace 1 año | |
| .env.development | hace 5 meses | |
| .env.production | hace 10 meses | |
| .env.staging | hace 10 meses | |
| .env.zzprod | hace 10 meses | |
| .eslintignore | hace 1 año | |
| .eslintrc.js | hace 1 año | |
| .gitignore | hace 1 año | |
| .prettierignore | hace 1 año | |
| 0122-1dist.zip | hace 11 meses | |
| 0122-2dist.zip | hace 11 meses | |
| 0218-1dist.zip | hace 10 meses | |
| 0219-1dist.zip | hace 10 meses | |
| 0219-2dist.zip | hace 10 meses | |
| 0219-3dist.zip | hace 10 meses | |
| README.md | hace 10 meses | |
| index.html | hace 10 meses | |
| nginx.conf | hace 10 meses | |
| package.json | hace 10 meses | |
| postcss.config.js | hace 1 año | |
| prettier.config.js | hace 1 año | |
| project-remark.md | hace 1 año | |
| project-remark1.md | hace 1 año | |
| stylelint.config.js | hace 1 año | |
| tailwind.config.js | hace 1 año | |
| test.txt | hace 1 año | |
| tsconfig.json | hace 10 meses | |
| vite.config.js | hace 1 año |
# 克隆项目
git clone http://localhost:3000/jiayi/base-callcenter-web.git
# 进入项目目录
cd base-callcenter-web/
# 安装依赖
yarn --registry=https://registry.npmmirror.com
# 启动服务
yarn dev --port 81
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80