Jackblog-Vue 源码学习
Jackblog 是使用 Node.js + MongoDB + 其它客户端框架开发的个人博客系统,前后端分离,仿简书模板,自适应布局。
服务端和客户端搭配使用。
服务端有:
express版:https:\/\/github.com\/jackhutu\/jackblog-api-express
koa版:https:\/\/github.com\/jackhutu\/jackblog-api-koa
web客户端有:
angular1.x版:https:\/\/github.com\/jackhutu\/jackblog-angular1
angular2.x版:https:\/\/github.com\/jackhutu\/jackblog-angular2
react redux 版:https:\/\/github.com\/jackhutu\/jackblog-react-redux
vue 版:https:\/\/github.com\/jackhutu\/jackblog-vue
移动端有:
react native 版:https:\/\/github.com\/jackhutu\/jackblog-react-native-redux
版本非常多,很值得学习。
这次主要学习web客户端VUE的版本。后续代码的解析,纯属个人见解,有误之处尽请谅解。也欢迎讨论。