Skip to content

amilytom/blogsystemafterend

Repository files navigation

blogsystemafterend

博客系统后台程序(vue+vue-cli+element-ui)

项目使用以下技术栈

  • axios 异步处理方法库
  • element-ui 前端UI库
  • vue-cli vue脚手架
  • vue-quill-editor 富文本编辑器
  • vue-router 路由
  • vuex vue状态管理
  • js-cookie cookie生成
  • babel-polyfill 转码器,可以将ES6代码转为ES5代码

项目运行

下载项目文件夹后,先安装依赖

npm install

然后

npm run dev

即可。

API文档请参见blogsystemapicloud文件夹 api访问地址是http://localhost:3012

博客后台访问地址是http://localhost:8080