Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 323 Bytes

这是一个基本的服务端渲染

react16+router5+koa2服务端渲染,按需加载,热更新

运行

//安装依赖
npm install

//服务器环境
npm run build
npm run server

//开发环境
npm run start

另外我正在写进阶的练习 https://github.com/tzuser/ssr