Yi ebfd947fe1 feat(components): cicd5 | hace 5 meses | |
---|---|---|
.vscode | hace 1 año | |
build | hace 1 año | |
mock | hace 5 meses | |
patches | hace 1 año | |
public | hace 1 año | |
scripts | hace 1 año | |
src | hace 5 meses | |
.dockerignore | hace 10 meses | |
.drone.yml | hace 5 meses | |
.editorconfig | hace 1 año | |
.env | hace 10 meses | |
.env-config.ts | hace 1 año | |
.env.development | hace 1 año | |
.env.production | hace 1 año | |
.eslintignore | hace 1 año | |
.eslintrc.js | hace 1 año | |
.gitattributes | hace 1 año | |
.gitignore | hace 10 meses | |
.npmrc | hace 1 año | |
Dockerfile | hace 5 meses | |
LICENSE | hace 1 año | |
Makefile | hace 9 meses | |
README.md | hace 9 meses | |
changelogithub.config.json | hace 1 año | |
images.sh | hace 9 meses | |
index.html | hace 1 año | |
nginx.conf | hace 10 meses | |
package.json | hace 5 meses | |
pnpm-lock.yaml | hace 10 meses | |
tsconfig.json | hace 1 año | |
uno.config.ts | hace 1 año | |
vite.config.ts | hace 1 año |
环境配置 本地环境需要安装 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