1- V部落是一个多用户博客管理平台,采用Vue+SpringBoot开发。
1+ V部落是一个多用户博客管理平台,采用Vue+SpringBoot开发。
22
3- 项目演示地址: [ http://45.77.146.32:8081/index.html ] ( http://45.77.146.32:8081/index.html )
3+ 项目演示地址: [ http://45.77.146.32:8081/index.html ] ( http://45.77.146.32:8081/index.html )
44
5- # 项目效果图
5+ # 项目效果图
66
7- ## 登陆页面
7+ ## 登陆页面
88
9- ![ 登录] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/login.png )
9+ ![ 登录] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/login.png )
1010
11- ## 文章列表
11+ ## 文章列表
1212
13- ![ 文章列表] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/article.png )
13+ ![ 文章列表] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/article.png )
1414
15- ## 发表文章
15+ ## 发表文章
1616
17- ![ 发表文章] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/post.png )
17+ ![ 发表文章] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/post.png )
1818
19- ## 用户管理
19+ ## 用户管理
2020
21- ![ 用户管理] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/usermana.png )
21+ ![ 用户管理] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/usermana.png )
2222
23- ## 栏目管理
23+ ## 栏目管理
2424
25- ![ 栏目管理] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/category.png )
25+ ![ 栏目管理] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/category.png )
2626
27- ## 数据统计
27+ ## 数据统计
2828
29- ![ 数据统计] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/datastatistics.png )
29+ ![ 数据统计] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/datastatistics.png )
3030
31- # 技术栈
31+ # 技术栈
3232
33- ## 后端技术栈
33+ ## 后端技术栈
3434
35- 后端主要采用了:
35+ 后端主要采用了:
3636
37371.SpringBoot
38382.SpringSecurity
39393.MyBatis
40- 4.部分接口遵循Restful风格
40+ 4.部分接口遵循Restful风格
41415.MySQL
4242
43- ## 前端技术栈
43+ ## 前端技术栈
4444
45- 前端主要采用了:
45+ 前端主要采用了:
4646
47471.Vue
48482.axios
51515.mavon-editor
52526.vue-router
5353
54- 还有其他一些琐碎的技术我就不在这里一一列举了。
54+ 还有其他一些琐碎的技术我就不在这里一一列举了。
5555
56- # 快速运行
56+ # 快速运行
5757
58- 1.克隆本项目到本地
58+ 1.克隆本项目到本地
5959
6060```
61616262```
6363
64- 2.找到blogserver项目中resources目录下的vueblog.sql文件,在MySQL数据库中执行
65- 3.根据自己本地情况修改数据库配置,数据库配置在SpringBoot项目的application.properties中
66- 4.在IntelliJ IDEA中运行blogserver项目
64+ 2.找到blogserver项目中resources目录下的vueblog.sql文件,在MySQL数据库中执行
65+ 3.根据自己本地情况修改数据库配置,数据库配置在SpringBoot项目的application.properties中
66+ 4.在IntelliJ IDEA中运行blogserver项目
6767
68- ** OK,至此,服务端就启动成功了**
68+ ** OK,至此,服务端就启动成功了**
6969
70- 5.进入到vueblog目录中,在控制台依次输入如下命令:
70+ 5.进入到vueblog目录中,在控制台依次输入如下命令:
7171
7272```
73- # 安装依赖
73+ # 安装依赖
7474npm install
7575
76- # 在 localhost:8080 启动项目
76+ # 在 localhost:8080 启动项目
7777npm run dev
7878```
7979
80- 项目启动之后,在浏览器中输入http://localhost:8080就可以访问了。
80+ 项目启动之后,在浏览器中输入http://localhost:8080就可以访问了。
8181
8282
83- ** 步骤5中需要大家对NodeJS、NPM等有一定的使用经验,不熟悉的小伙伴可以先自行搜索学习下,推荐Vue[ 官方教程] ( https://cn.vuejs.org/v2/guide/ ) 。**
83+ ** 步骤5中需要大家对NodeJS、NPM等有一定的使用经验,不熟悉的小伙伴可以先自行搜索学习下,推荐Vue[ 官方教程] ( https://cn.vuejs.org/v2/guide/ ) 。**
8484
8585
86- # 项目依赖
86+ # 项目依赖
8787
88881.[ vue-echarts] ( https://github.com/Justineo/vue-echarts )
89892.[ mavonEditor] ( https://github.com/hinesboy/mavonEditor )
@@ -92,8 +92,8 @@ npm run dev
9292
9393MIT
9494
95- ** 欢迎小伙伴们star、fork。**
95+ ** 欢迎小伙伴们star、fork。**
9696
97- 关注公众号查看更多全栈资料:
97+ 关注公众号查看更多全栈资料:
9898
99- ![ 公众号二维码] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/qrcode.jpg )
99+ ![ 公众号二维码] ( https://raw.githubusercontent.com/lenve/VBlog/master/doc/qrcode.jpg )
0 commit comments