Using AXIOS in VUEJS with VUEX to consume the Backend API

Опубликовано: 19 Октябрь 2019
на канале: Pragmatic Reviews
33,539
315

In this video we are going to connect our Vue JS application with a RESTful API using AXIOS.

AXIOS is a Promise based HTTP client that we are going to use in order to get, create, update and delete tasks from the VueJS application consuming the Backend API.

We are going to refactor our tasks module that we created to integrate Vuex as part of the Vue js application and our Vue JS tutorial .

The Backend API has been implemented by using Node JS, Express JS, Mongoose and MongoDB. This is actually a MEVN stack (Mongo, Express, Vue and Node).

I've also included Swagger to create the API specs and to document the API.

Stay tuned for more!

If I have helped you in any way please consider becoming a patron for $1/month ➥   / pragmatic  

➥➥ Learn even more! ➥➥
Golang Crash Course ➥ http://bit.ly/39ZH8dy
NestJS Crash Course ➥ http://bit.ly/2QevL9X
TypeScript Crash Course ➥ http://bit.ly/37lJEsH
Nuxt.js Crash Course ➥ http://bit.ly/37kQiPG
Vuetify.js Crash Course ➥ http://bit.ly/2sArggU
Vue.js Crash Course ➥ http://bit.ly/37mCaFM
Automate.io Crash Course ➥ http://bit.ly/2SRGlph
Zapier Crash Course ➥ http://bit.ly/37q1BGt
SEO Crash Course ➥ http://bit.ly/2QbIhqy
Wordpress Crash Course ➥ http://bit.ly/2ZBZRr5


#Vuejs #Axios #PragmaticReviews