Yi 57884c20c0 feat(components): cicd5 | hai 5 meses | |
---|---|---|
.vscode | hai 1 ano | |
build | hai 1 ano | |
mock | hai 5 meses | |
patches | hai 1 ano | |
public | hai 1 ano | |
scripts | hai 1 ano | |
src | hai 5 meses | |
.dockerignore | hai 10 meses | |
.drone.yml | hai 5 meses | |
.editorconfig | hai 1 ano | |
.env | hai 10 meses | |
.env-config.ts | hai 1 ano | |
.env.development | hai 1 ano | |
.env.production | hai 1 ano | |
.eslintignore | hai 1 ano | |
.eslintrc.js | hai 1 ano | |
.gitattributes | hai 1 ano | |
.gitignore | hai 10 meses | |
.npmrc | hai 1 ano | |
Dockerfile | hai 5 meses | |
LICENSE | hai 1 ano | |
Makefile | hai 9 meses | |
README.md | hai 9 meses | |
changelogithub.config.json | hai 1 ano | |
images.sh | hai 9 meses | |
index.html | hai 1 ano | |
nginx.conf | hai 10 meses | |
package.json | hai 10 meses | |
pnpm-lock.yaml | hai 10 meses | |
tsconfig.json | hai 1 ano | |
uno.config.ts | hai 1 ano | |
vite.config.ts | hai 1 ano |
环境配置 本地环境需要安装 pnpm 7.x 、Node.js 14.18+ 和 Git
克隆代码
git clone http://kpt.kptyun.cn:3000/xuyiping/kpt-system-web.git
安装依赖
pnpm i
运行
pnpm dev
打包
pnpm build
Docker 部署 Soybean
docker run --name soybean -p 80:80 -d registry.cn-hangzhou.aliyuncs.com/kpt-event/kpt-system-web:latest
访问 kpt-system-web
打开本地浏览器访问http://localhost