Skip to content

Commit b5730a8

Browse files
committed
update readme.
1 parent 2eae9d3 commit b5730a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
## rails-api 做后端, vuejs 做前端, JWT 做验证, 前后端分离示例.
1+
# 前后端分离示例
22

3+
- vuejs 做前端
4+
- rails-api 做后端
5+
- JWT 做验证
6+
7+
## clone the repo
38
```
49
git clone https://github.com/huobazi/vuejs-with-rails-api-and-jwt-example.git
510
```
611

12+
## run the backend
713
```
814
cd vuejs-with-rails-api-example/back-end
915
@@ -14,6 +20,7 @@ rails db:migrate
1420
rails s
1521
```
1622

23+
## run the frotend
1724
```
1825
cd vuejs-with-rails-api-example/front-end
1926

0 commit comments

Comments
 (0)