1.4 KiB
1.4 KiB
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 ✨