Skip to content

Commit 052f651

Browse files
committed
README added
1 parent 4ecbb94 commit 052f651

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# spring-vuejs-crud
1+
# Spring - Vue.js CRUD example
2+
An Vue.js application which performs CRUD operations.
23

3-
## Project setup
4-
```
5-
npm install
6-
```
4+
## The Books REST API
5+
The Vue.js application makes REST calls to the [Books REST API](https://github.com/kafousis/books-rest-api) and performs the following CRUD operations:
6+
- Get saved books
7+
- Create new book
8+
- Update existing book
9+
- Delete existing book
710

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
11+
## Software Stack
12+
- Vue.js 3
13+
- PrimeVue
14+
- PrimeFlex
15+
- Vue Router
16+
- Vuex state management
17+
- Axios HTTP Client
18+
- Vuelidate 2
1219

13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
20+
> The project was built with Node v16.14.2 and Vue CLI v5.0.8.
1721
18-
### Lints and fixes files
19-
```
20-
npm run lint
22+
## Run project
2123
```
22-
23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
24+
npm run serve
25+
```

0 commit comments

Comments
 (0)