近一步优化思考: 基于node创建后台数据完成全栈数据。
$ git clone https://github.com/liangjingtao2016/router-shop.git
$ cd router-shop
$ npm install
//首先运行dll预打包
$ npm run start:pre
//打包完成,启动项目
$ npm start
查看效果 http://127.0.0.1:9090
$ npm run lint
$ npm run test:watch
$ npm run build