Palment--前端性能监控系统,主要基于Egg、Koa2、MongoDB、Redis 的架构,监控前端性能、JS报错、HTTP监控、Ajax慢接口、UV、PV、用户分析 等, 提供一站式前端监控平台
PS: 现在功能还没开发完善,团队内部开发中,待开发测试完成后,再开源出来分享给大家
5AC2
谢谢大家star || watch
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
- Use
npm run lint
to check code style. - Use
npm test
to run unit test. - Use
npm run autod
to auto detect dependencies upgrade, see autod for more detail.