A blog based on GitHub pages by Vue.js 2 Webpack 2.
一个依赖 GitHub Pages,无需本地生成的静态博客,使用了 Vue.js 2 组件开发,Webpack 2 打包。
This is the new version of vue-ghpages-blog.
For the prev version, please see the vue-1 branch.
新版本尚在开发中,请移步 vue-1 分支。
- Vue 2 / Vue-router / Vue-resource
- Webpack 2 / Babel 6 / Stylus
- No need to generate locally ( now using TravisCI )
- Hosting on GitHub Pages
- SessionStorage cache
Note: src/conf.json
points the configuration of my personal blog. If you fork this repository, modify it first. 😳
# Install dependencies
npm install
# Develop with hot reload
npm run dev
# Lint and Test
npm run test
- All the posts store in viko16/writings, while
src/conf.json
points it. - When I push the code to develop branch, TravisCI will deploy
gh-pages
automatically.
MIT © viko16