|
|
发表于 2017-1-7 17:28:00
|
显示全部楼层
carlace 发表于 2017-1-7 17:28
求解编译方式??
不是写明了么 装好Nodejs 直接
[ol] git clone https://github.com/ShanghaitechGeekPie/fresh.git && cd fresh && npm install && npm run build && mv dist/assets/index.html dist/ && rm -rf node_modules[/ol]复制代码
或者
[ol] git clone https://github.com/ShanghaitechGeekPie/fresh.git && cd fresh && npm install && npm start# visit http://127.0.0.1:8989[/ol]复制代码 |
|