|
|
5 月之前 | |
|---|---|---|
| .husky | 7 月之前 | |
| bin | 7 月之前 | |
| html | 7 月之前 | |
| public | 7 月之前 | |
| src | 5 月之前 | |
| vite | 7 月之前 | |
| .editorconfig | 7 月之前 | |
| .env.development | 7 月之前 | |
| .env.production | 7 月之前 | |
| .env.staging | 7 月之前 | |
| .eslintignore | 7 月之前 | |
| .eslintrc.js | 7 月之前 | |
| .gitignore | 7 月之前 | |
| .prettierignore | 7 月之前 | |
| README.md | 7 月之前 | |
| bash.exe.stackdump | 7 月之前 | |
| index.html | 7 月之前 | |
| nginx.conf | 5 月之前 | |
| package.json | 7 月之前 | |
| postcss.config.js | 7 月之前 | |
| prettier.config.js | 7 月之前 | |
| project-remark.md | 7 月之前 | |
| stylelint.config.js | 7 月之前 | |
| tailwind.config.js | 7 月之前 | |
| tsconfig.json | 7 月之前 | |
| vite.config.js | 7 月之前 |
# 克隆项目
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