Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huruji/mini-web-monitor
一个旨在讲清楚如何在不暴露源码的情况下定位前端脚本错误的最小版前端监控系统
https://github.com/huruji/mini-web-monitor
Last synced: 3 months ago
JSON representation
一个旨在讲清楚如何在不暴露源码的情况下定位前端脚本错误的最小版前端监控系统
- Host: GitHub
- URL: https://github.com/huruji/mini-web-monitor
- Owner: huruji
- Created: 2019-04-18T13:22:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T14:58:31.000Z (over 5 years ago)
- Last Synced: 2024-06-20T13:15:57.279Z (5 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - mini-web-monitor
README
# 一个旨在讲清楚如何在不暴露源码的情况下定位前端脚本错误的最小版前端监控系统
你可以在我的博客看到详细的开发过程: [https://github.com/huruji/blog/issues/63](https://github.com/huruji/blog/issues/63)
## 使用
模拟部署
```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)