一个基于Vue 的后台博客管理实现, mockjs 模拟数据
https://mengxiong10.github.io/my-blog-cms/dist/
$ git clone https://github.com/mengxiong10/my-blog-cms.git
$ cd my-blog-cms
$ npm install
$ npm run dev
/api 后台接口
/views 主要的各路由视图文件
/components 自定义全局组件
/directives 自定义全局指令
/css 初始化css,css工具类等
/image 图片
/server 工具函数,模拟数据
/store vuex