The State Manager for Vue 3
Store your data across whole application
Nuxt 3 module
You can find the documentation on the website.
npm i @vaxee/nuxt
Add to modules
in nuxt.config.js
:
export default defineNuxtConfig({
modules: ["@vaxee/nuxt"],
});