Async Data with Nuxt.js (Nuxt 2)
🚧 NOTICE: You are watching a Vue.js 2 lesson

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