A blog platform built with Vue.js
利用 github 的API 拉取 我的博文 repos 的 markdown 文件作为博客的内容 前端使用 Vue.js
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
develop-ssr
分支为 Vue-SSR 服务端渲染的开发分支