|
|
hace 3 semanas | |
|---|---|---|
| public | hace 1 mes | |
| src | hace 3 semanas | |
| systemUpLoading | hace 1 mes | |
| .env.development | hace 1 mes | |
| .env.production | hace 1 mes | |
| .env.test | hace 1 mes | |
| .gitignore | hace 1 mes | |
| .gitlab-ci.yml | hace 1 mes | |
| .prettierrc.json | hace 1 mes | |
| Dockerfile | hace 1 mes | |
| README copy.md | hace 1 mes | |
| README.md | hace 1 mes | |
| env.sh | hace 1 mes | |
| index.html | hace 1 mes | |
| nginx.conf | hace 1 mes | |
| package-lock.json | hace 1 mes | |
| package.json | hace 1 mes | |
| tsconfig.json | hace 1 mes | |
| vite.config.js | hace 1 mes |
Install:
npm install
Run:
npm run dev
npm run serve
Build:
# 开发环境
npm run build:dev
npm run build-dev
# 测试环境
npm run build:test
npm run build-test
# 生产环境
npm run build:prod
npm run build-prod