nodejs-nedb-excel
nodejs-nedb-excel copied to clipboard
基于nodejs+webpack,以nosql轻量级嵌入式数据库nedb作为存储,页面渲染采用react+redux,样式框架为ant design,实现了excel表格上传导出以及可视化
nodejs-nedb-excel
基于nodejs+webpack,以nosql轻量级嵌入式数据库nedb作为存储,页面渲染采用react+redux,样式框架为ant design,实现了excel表格上传导出以及可视化
安装运行
- 克隆到本地 git clone https://github.com/RodgerLai/nodejs-nedb-excel
- 打开文件夹 cd nodejs-nedb-excel
- 安装依赖包 npm install
- node后端服务启动: npm start
- 前端资源编译(dev模式,热加载):npm run dev
- 浏览器打开:http://localhost:3000
- 注意:终端执行npm start后保持运行
截图

Reference
-
前端框架:https://github.com/jiangxy/react-antd-admin
-
数据库: https://github.com/louischatriot/nedb