Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.29 KB

monitor-web

npm package node compatibility

vue vite typescript

需要配合 server 端一起使用

运行截图

20211119-154655

设置

运行前需要编辑src/config.ts来添加监控的服务

const serverList: server[] = [
  // { name: '名称', api: 'server端地址' },
  ...
  ...
]

运行

#编译
npm run build
#运行
部署dist目录文件即可

License

MIT