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

Nuxt.js 3 Fundamentals

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Global State Management with Pinia

In this lesson, learn how to setup a comprehensive global state management solution with Pinia. Pinia is the official state management solution for Vue.js and can be installed as a Nuxt module.

npm install @pinia/nuxt

Pinia provides superior devtools support and conventions. You can also configure Nuxt to auto import stores and store helper functions.

Links