Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 276 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 276 Bytes

monitorjs-report

性能监控数据收集模块

es6转码es5运行命令

$ npm run build
命令会将lib文件夹下面的所有es6转化为es5表达式。生成新的目录为src目录
更多使用资料查看:http://es6.ruanyifeng.com/#docs/intro#Babel-转码器