https://github.com/lentoo/vue-cli-ssr-example
npm install
npm run dev
npm run build:win
node server.js
npm run lint
- 修复原项目中的vue.config.js baseUrl取消的问题
- 抽取出原项目中的开发host地址,便于修改
2020-05-09
https://github.com/lentoo/vue-cli-ssr-example
npm install
npm run dev
npm run build:win
node server.js
npm run lint
2020-05-09