Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Async Data with Nuxt.js

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