@primevue/nuxt-module
v4.2.1
Published
Nuxt module for PrimeVue
Downloads
73,516
Readme
PrimeVue Nuxt Module
Quick Setup
- Add
@primevue/nuxt-module
dependency to your project
npx nuxi@latest module add primevue
- Add
@primevue/nuxt-module
to themodules
section ofnuxt.config.{ts,js}
{
modules: [
'@primevue/nuxt-module'
]
}
That's it! You can now use @primevue/nuxt-module
in your Nuxt app ✨