Skip to content

Commit 926340c

Browse files
committed
update readme
1 parent c8baca4 commit 926340c

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
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

3737
1.SpringBoot
3838
2.SpringSecurity
3939
3.MyBatis
40-
4.部分接口遵循Restful风格
40+
4.部分接口遵循Restful风格
4141
5.MySQL
4242

43-
## 前端技术栈
43+
## 前端技术栈
4444

45-
前端主要采用了:
45+
前端主要采用了:
4646

4747
1.Vue
4848
2.axios
@@ -51,39 +51,39 @@ V
5151
5.mavon-editor
5252
6.vue-router
5353

54-
还有其他一些琐碎的技术我就不在这里一一列举了。
54+
还有其他一些琐碎的技术我就不在这里一一列举了。
5555

56-
# 快速运行
56+
# 快速运行
5757

58-
1.克隆本项目到本地
58+
1.克隆本项目到本地
5959

6060
```
6161
[email protected]:lenve/VBlog.git
6262
```
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+
# 安装依赖
7474
npm install
7575
76-
# 在 localhost:8080 启动项目
76+
# 在 localhost:8080 启动项目
7777
npm 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

8888
1.[vue-echarts](https://github.com/Justineo/vue-echarts)
8989
2.[mavonEditor](https://github.com/hinesboy/mavonEditor)
@@ -92,8 +92,8 @@ npm run dev
9292

9393
MIT
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

Comments
 (0)