Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 865 Bytes

README.md

File metadata and controls

50 lines (28 loc) · 865 Bytes

vue2-ssr-maizuo

Vue的服务端渲染, 解决单页面应用的首屏加载速度和 seo等问题, 此项目是基于vue2, vuex2, vue-router2 的server side rendering的最佳实践

说明

这个项目是关于vue2, vuex2, vue-router2 的server side rendering的最佳实践

如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会继续开源项目

如有问题请在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍

Node 版本要求

node 6.*
node 7.*

Build 设置

npm install
npm run build
npm start

Development 设置

npm install
npm run dev

待办事项

 其他页面完善

License

MIT

Copyright (c) 2016-present, Kerwin Liu