🚧 PLEASE NOTE: An updated version of this course is available! see the The Complete Guide to Data Fetching in Nuxt course. This course is outdated!
The Axios Module
Nuxt modules are extensions to the framework that allows us to extend its core functionality.
In this lesson, we'll learn about the axios module and how we benefit from using the module.
Install with yarn:
yarn add @nuxtjs/axios
Install with npm:
npm install @nuxtjs/axios
