hqweay / vue-springboot-restful-blog

Repository from Github https://github.comhqweay/vue-springboot-restful-blogRepository from Github https://github.comhqweay/vue-springboot-restful-blog

后端

说明

一个前后端分离的博客项目的后端.

在线演示

前端仓库 : https://github.com/hqweay/blog-frontend

参考

配置

其他

莫名其妙又成了折腾配置,实际没写啥...

前端

在线演示

后端项目 : https://github.com/hqweay/blog-backend

一个博客的前端.

前后端分离,采取 RESTful API 风格交互数据(尽量),使用 jwt 方式进行权限控制(尽量).

引用

  • 后台管理页面源于  https://gitee.com/linqinghu/blogAdmin
  • markdown 渲染插件 使用 marked
  • markdown 渲染样式 使用 github-markdown-css
  • markdown 文章编辑器 使用 mavon-editor
  • ...

TODO

  • 权限控制
  • 图片上传
  • 移动端兼容
  • ...

展示

index

index

article

index

manage

index

editor

index

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:Java 54.7%Language:Vue 33.2%Language:JavaScript 6.2%Language:CSS 5.3%Language:HTML 0.4%Language:Dockerfile 0.1%