You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,35 @@
1
-
# frontend
1
+
# Vue Blog
2
2
3
3
> A Vue.js project
4
4
5
+
## Goal
6
+
7
+
This is a simple mini blog to learning Vuejs, its you can post some content with tags, navegete between menus with vue-router and consuming a API with [Json Web Token] authentication. To do the design was used [Bulma].
8
+
9
+
I did the backend in [Springboot Blog Project].
10
+
11
+
## Whats libs were used?
12
+
13
+
Building..
14
+
15
+
## Components
16
+
17
+
- About
18
+
- Account
19
+
- Contanct
20
+
- Login
21
+
- Multiselect
22
+
- Post
23
+
- UpdatePost
24
+
25
+
## Routes
26
+
27
+
-**/posts**: Basically is the home page where if the user authenticated can make a post.
28
+
-**/login**: Authentication of user.
29
+
-**/about**: Simple about.
30
+
-**/contact**: Information of contact.
31
+
-**/account**: Account where you can edit information of user [Building].
32
+
5
33
## Build Setup
6
34
7
35
```bash
@@ -16,3 +44,8 @@ npm run build
16
44
```
17
45
18
46
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
47
+
48
+
49
+
[Json Web Token]: <https://jwt.io/>
50
+
[Springboot Blog Project]: <https://github.com/daltondiaz/springboot-blog>
0 commit comments