Your Guide to Using an API with VueJS/NuxtJS and Axios

Learn the tips, tricks and efficient techniques of using Axios with VueJS and NuxtJS

About this course

We’ve been doing a lot of work with APIs lately, especially with VueJS and NuxtJS. Throughout this time, we’ve experienced a variety of different scenarios.  In this course, we will go through the basics of making an API request using Axios from within VueJS or NuxtJS framework. From there, we will advance and touch on a variety of techniques to make handling API requests a breeze.

Consider this a cookbook of helpful recipes that you can integrate into any VueJS or NuxtJS platform using Axios. Each tutorial should be simple to integrate into your existing application. I hope you enjoy the course and let me know your feedback!

If you enjoy this course and want to learn more about building APIs and integrating with them, check out our book!

What you'll learn
  • - How to reuse API requests within VueJS and NuxtJS Components
  • - Proper error handling and display
  • - Using asyncData() with NuxtJS and Axios