|
1 |
| -# vue-axios-example |
| 1 | +# Vue Axios example with Rest API |
| 2 | + |
| 3 | +Vue Client with Axios to make CRUD requests to Rest API in that: |
| 4 | +- Vue Axios GET request: get all Tutorials, get Tutorial by Id, find Tutorial by title |
| 5 | +- Vue Axios POST request: create new Tutorial |
| 6 | +- Vue Axios PUT request: update an existing Tutorial |
| 7 | +- Vue Axios DELETE request: delete a Tutorial, delete all Tutorials |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +For instruction, please visit: |
| 12 | +> [Vue Axios example - Get/Post/Put/Delete with Rest API](https://www.bezkoder.com/vue-axios-example/) |
| 13 | +
|
| 14 | +Related Posts: |
| 15 | +> [Vue Fetch example - Get/Post/Put/Delete with Rest API](https://www.bezkoder.com/vue-fetch-example/) |
| 16 | +
|
| 17 | +> [Vue 2 CRUD example with Axios and Vue Router](https://www.bezkoder.com/vue-js-crud-app/) |
| 18 | +
|
| 19 | +> [Vue 3 CRUD example with Axios and Vue Router](https://www.bezkoder.com/vue-3-crud/) |
| 20 | +
|
| 21 | +More Practice: |
| 22 | +> [Vue Pagination with Axios and API example](https://www.bezkoder.com/vue-pagination-axios/) |
| 23 | +
|
| 24 | +> [Vue JWT Authentication with Vuex and Vue Router](https://www.bezkoder.com/jwt-vue-vuex-authentication/) |
| 25 | +
|
| 26 | +> [Vue File Upload example using Axios](https://www.bezkoder.com/vue-axios-file-upload/) |
| 27 | +
|
| 28 | +Fullstack with Node Express: |
| 29 | +> [Vue + Node Express + MySQL](https://www.bezkoder.com/vue-js-node-js-express-mysql-crud-example/) |
| 30 | +
|
| 31 | +> [Vue + Node Express + PostgreSQL](https://www.bezkoder.com/vue-node-express-postgresql/) |
| 32 | +
|
| 33 | +> [Vue + Node Express + MongoDB](https://www.bezkoder.com/vue-node-express-mongodb-mevn-crud/) |
| 34 | +
|
| 35 | +Fullstack with Spring Boot: |
| 36 | +> [Vue + Spring Boot](https://www.bezkoder.com/spring-boot-vue-js-crud-example/) |
| 37 | +
|
| 38 | +> [Vue + Spring Boot + MongoDB](https://www.bezkoder.com/spring-boot-vue-mongodb/) |
| 39 | +
|
| 40 | +Fullstack with Django: |
| 41 | +> [Vue + Django](https://www.bezkoder.com/django-vue-js-rest-framework/) |
| 42 | +
|
| 43 | +Integration (run back-end & front-end on same server/port) |
| 44 | +> [Integrate Vue with Spring Boot](https://www.bezkoder.com/integrate-vue-spring-boot/) |
| 45 | +
|
| 46 | +> [Integrate Vue App with Node Express](https://www.bezkoder.com/serve-vue-app-express/) |
| 47 | +
|
| 48 | +Serverless with Firebase: |
| 49 | +> [Vue Firebase Realtime Database: CRUD example](https://www.bezkoder.com/vue-firebase-realtime-database/) |
| 50 | +
|
| 51 | +> [Vue Firestore CRUD example](https://www.bezkoder.com/vue-firestore-crud/) |
2 | 52 |
|
3 | 53 | ## Project setup
|
4 | 54 | ```
|
|
0 commit comments