Skip to content

Vue js Axios example - Get/Post/Put/Delete request with Rest API - JSON data

Notifications You must be signed in to change notification settings

bezkoder/vue-axios-example

Repository files navigation

Vue Axios example with Rest API

Vue Client with Axios to make CRUD requests to Rest API in that:

  • Vue Axios GET request: get all Tutorials, get Tutorial by Id, find Tutorial by title
  • Vue Axios POST request: create new Tutorial
  • Vue Axios PUT request: update an existing Tutorial
  • Vue Axios DELETE request: delete a Tutorial, delete all Tutorials

vue-axios-example

For instruction, please visit:

Vue Axios example - Get/Post/Put/Delete with Rest API

Related Posts:

Vue Fetch example - Get/Post/Put/Delete with Rest API

Vue 2 CRUD example with Axios and Vue Router

Vue 3 CRUD example with Axios and Vue Router

More Practice:

Vue Pagination with Axios and API example

Vue JWT Authentication with Vuex and Vue Router

Vue File Upload example using Axios

Fullstack with Node Express:

Vue + Node Express + MySQL

Vue + Node Express + PostgreSQL

Vue + Node Express + MongoDB

Fullstack with Spring Boot:

Vue + Spring Boot

Vue + Spring Boot + MongoDB

Fullstack with Django:

Vue + Django

Integration (run back-end & front-end on same server/port)

Integrate Vue with Spring Boot

Integrate Vue App with Node Express

Serverless with Firebase:

Vue Firebase Realtime Database: CRUD example

Vue Firestore CRUD example

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Vue js Axios example - Get/Post/Put/Delete request with Rest API - JSON data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published