Sem descrição

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

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

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