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