# data-report **Repository Path**: YibuMe/data-report ## Basic Information - **Project Name**: data-report - **Description**: 一个简单的报表展示系统 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 报表展示页面 运行 npm install 安装依赖 运行 npm run json 启动一个 REST API 接口,提供测试需要的数据 运行 npm run start 运动项目 浏览器中访问 http://loaclhost:3000 看到效果 可以利用 pm2管理进程 需要全局安装 pm2 npm install -g pm2