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