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
An Vue.js application which performs CRUD operations.
2
3
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
7
10
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
12
19
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.
17
21
18
-
### Lints and fixes files
19
-
```
20
-
npm run lint
22
+
## Run project
21
23
```
22
-
23
-
### Customize configuration
24
-
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments