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