PrimeVue Nuxt Module
Quick Setup
- Add 
@primevue/nuxt-moduledependency to your project 
npx nuxi@latest module add primevue
- Add 
@primevue/nuxt-moduleto themodulessection ofnuxt.config.{ts,js} 
{
  modules: [
    '@primevue/nuxt-module'
  ]
}
That's it! You can now use @primevue/nuxt-module in your Nuxt app ✨