Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huruji/mini-web-monitor

一个旨在讲清楚如何在不暴露源码的情况下定位前端脚本错误的最小版前端监控系统
https://github.com/huruji/mini-web-monitor

Last synced: 3 months ago
JSON representation

一个旨在讲清楚如何在不暴露源码的情况下定位前端脚本错误的最小版前端监控系统

Awesome Lists containing this project

README

        

# 一个旨在讲清楚如何在不暴露源码的情况下定位前端脚本错误的最小版前端监控系统

你可以在我的博客看到详细的开发过程: [https://github.com/huruji/blog/issues/63](https://github.com/huruji/blog/issues/63)


demo

## 使用

模拟部署
```bash
cd client
npm run deploy
```

打开服务器
```bash
cd server
node app
```

打开 CDN 服务器

```bash
cd cdn-server
node app
```

打开监控系统
```bash
cd monitor-server
node app
```

浏览器打开页面 [http://localhost:8000](http://localhost:8000)