Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 376 Bytes

REAMDE-zh_CN.md

File metadata and controls

17 lines (13 loc) · 376 Bytes

Angular 服务端渲染

作者

本仓库展示了 Angular 4 服务端渲染的实现方式

构建和开始

npm install
npm run build:all
cd dist
node main.server.bundle.js

上面命令运行完成后, 使用浏览器打开 http://localhost:8000.