NuxtJS Pinia

NuxtJS

Pinia

Example of Pinia state management

Counter

This counter is using Pinia state management. The counter value is stored in the store and can be accessed from any component.

Go to Counter Page

Blog

This blog page is using Pinia state management. The blog page is protected by authentication. You need to login to access this page.

Go to Blog Page