0.0.1 • Published 2 years ago

nuxt-devtools-pinia v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nuxt Devtools Pinia

we recommend you to use Vue Devtools for pinia, but if you insist to have Pinia in Nuxt Devtools, you can use this module.

Installation

npm install nuxt-devtools-pinia

Usage

Setup

export default defineNuxtConfig({
  modules: [
    '@pinia/nuxt',
    'nuxt-devtools-pinia',
  ],
})

Contributing

you are welcome to contribute to this project, open an issue or a pull request. thank you.