|
|
5 ay önce | |
|---|---|---|
| .husky | 9 ay önce | |
| .trae | 8 ay önce | |
| bin | 9 ay önce | |
| html | 9 ay önce | |
| public | 7 ay önce | |
| src | 5 ay önce | |
| vite | 8 ay önce | |
| web | 5 ay önce | |
| .editorconfig | 9 ay önce | |
| .env.development | 5 ay önce | |
| .env.production | 5 ay önce | |
| .env.staging | 8 ay önce | |
| .eslintignore | 9 ay önce | |
| .eslintrc.js | 9 ay önce | |
| .gitignore | 9 ay önce | |
| .prettierignore | 9 ay önce | |
| README.md | 7 ay önce | |
| bash.exe.stackdump | 5 ay önce | |
| index.html | 5 ay önce | |
| nginx.conf | 9 ay önce | |
| package.json | 7 ay önce | |
| postcss.config.js | 9 ay önce | |
| prettier.config.js | 9 ay önce | |
| project-remark.md | 9 ay önce | |
| stylelint.config.js | 9 ay önce | |
| tailwind.config.js | 9 ay önce | |
| tsconfig.json | 9 ay önce | |
| vite.config.js | 7 ay önce | |
| web.zip | 5 ay önce |
# 进入项目目录
cd base-callcenter-web/
# 安装依赖
yarn --registry=https://registry.npmmirror.com
# 启动服务
yarn dev --port 81
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80