基于GitHub pages采用Vue.js 2 + Webpack 2开发的一个博客

一个依赖 GitHub Pages,无需本地生成的静态博客,使用了 Vue.js 2 组件开发,Webpack 2 打包。

JavaScript Vue.js相关

访问GitHub主页

共407Star

详细介绍

vue-ghpages-blog

Join the chat at https://gitter.im/viko16/vue-ghpages-blog GitHub release JavaScript Style Guide Travis

A blog based on GitHub pages by Vue.js 2 + Webpack 2.

一个依赖 GitHub Pages,无需本地生成的静态博客,使用了 Vue.js 2 组件开发,Webpack 2 打包。

Post Screenshots

Features

  • Vue 2 / Vue-router / axios
  • Webpack 2.2 / Babel 6 / Stylus
  • No need to generate locally ( now using TravisCI )
  • Hosting on GitHub Pages
  • SessionStorage cache

Demo

http://ukn.me

Develop

Note: src/conf.json points the configurations 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

Vue 1.x version

For the Vue 1.x version, please see the vue-1 branch.

About My Workflow

License

MIT © viko16

推荐源码