@primevue/nuxt-module
v4.5.1
Published
Nuxt module for PrimeVue
Downloads
167,423
Readme
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 ✨
