설명 없음

Yi 3b73eaa7fc feat(components): 修改url 5 달 전
.vscode 1eb2d64259 feat(other): 添加event事件模块 1 년 전
build 8624ea0c47 kpt: project init 1 년 전
mock f243b05c3a feat(components): cicd5 5 달 전
patches 8624ea0c47 kpt: project init 1 년 전
public 8624ea0c47 kpt: project init 1 년 전
scripts 8624ea0c47 kpt: project init 1 년 전
src 3b73eaa7fc feat(components): 修改url 5 달 전
.dockerignore ac130c24d4 build(other): dockerfile update 10 달 전
.drone.yml f41b5badd5 feat(components): mqtt 优化升级v1.0.2 5 달 전
.editorconfig 8624ea0c47 kpt: project init 1 년 전
.env 402e5d96b0 ci(other): CICD 10 달 전
.env-config.ts edb1154a40 feat(other): 调试接口 1 년 전
.env.development 8624ea0c47 kpt: project init 1 년 전
.env.production 8624ea0c47 kpt: project init 1 년 전
.eslintignore 8624ea0c47 kpt: project init 1 년 전
.eslintrc.js 8624ea0c47 kpt: project init 1 년 전
.gitattributes 8624ea0c47 kpt: project init 1 년 전
.gitignore 5f7cdf3f32 feat(release): mqtt: mqtt认证鉴权 10 달 전
.npmrc 8624ea0c47 kpt: project init 1 년 전
Dockerfile f243b05c3a feat(components): cicd5 5 달 전
LICENSE 8624ea0c47 kpt: project init 1 년 전
Makefile 3d394241bd fix(auth): edit 9 달 전
README.md dcea53ed87 feat(components): mqtt 优化升级v1.0.1 9 달 전
changelogithub.config.json 8624ea0c47 kpt: project init 1 년 전
images.sh 3d394241bd fix(auth): edit 9 달 전
index.html 8624ea0c47 kpt: project init 1 년 전
nginx.conf a372dac5cb ci(other): cicd 3 10 달 전
package.json f243b05c3a feat(components): cicd5 5 달 전
pnpm-lock.yaml 402e5d96b0 ci(other): CICD 10 달 전
tsconfig.json 8624ea0c47 kpt: project init 1 년 전
uno.config.ts 8624ea0c47 kpt: project init 1 년 전
vite.config.ts 8624ea0c47 kpt: project init 1 년 전

README.md

安装使用

  • 环境配置 本地环境需要安装 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 部署

  • 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

TODOLIST

  • 指标管理更值无法修改
  • 所有列表页编辑和新增后没有刷新