本仓库展示了 Angular 4
服务端渲染的实现方式
npm install
npm run build:all
cd dist
node main.server.bundle.js
上面命令运行完成后, 使用浏览器打开 http://localhost:8000
.
本仓库展示了 Angular 4
服务端渲染的实现方式
npm install
npm run build:all
cd dist
node main.server.bundle.js
上面命令运行完成后, 使用浏览器打开 http://localhost:8000
.