Go to file
2016-02-25 21:42:29 +08:00
logs init 2016-02-16 21:39:46 +08:00
src build success 2016-02-25 21:42:29 +08:00
.babelrc init 2016-02-16 21:39:46 +08:00
.eslintrc todomvc 2016-02-17 12:27:50 +08:00
.gitignore init 2016-02-16 21:39:46 +08:00
gulpfile.babel.js build success 2016-02-25 21:42:29 +08:00
LICENSE Initial commit 2016-02-16 16:07:57 +08:00
package.json build success 2016-02-25 21:42:29 +08:00
process.json init 2016-02-16 21:39:46 +08:00
README.md build success 2016-02-25 21:42:29 +08:00
server.js build success 2016-02-25 21:42:29 +08:00
webpack.config.dev.js build success 2016-02-25 21:42:29 +08:00
webpack.config.js init 2016-02-16 21:39:46 +08:00
webpack.config.prod.js build success 2016-02-25 21:42:29 +08:00

Jackblog Vue 版

Jackblog 是使用 Node.js + MongoDB + 其它客户端框架,开发的个人博客系统,前后端分离,仿简书模板.此为客户端 Vue版
服务端有:
express版
koa版
客户端有:
angular1.x版
react redux 版
vue 版
移动端有:
react native 版

开发

需要预先安装sass,compass

$ npm install
$ gulp serve

打包

$ gulp build 或 gulp serve:dist

线上布署

$ pm2 start process.json

可参考利用git和pm2一键布署项目到vps

License

MIT