No Description

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

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

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