Nuxt 2 is reaching End-of-Life on June 30th, 2024.

primevue
primevue

Next Generation Vue UI Component Library

nuxt-primevue

PrimeVue Nuxt Module

npm versionnpm downloadsDiscord ChatLicense

Quick Setup

  1. Add nuxt-primevue dependency to your project
npx nuxi@latest module add primevue
  1. Add nuxt-primevue to the modules section of nuxt.config.{ts,js}
{
  modules: [
    'nuxt-primevue'
  ]
}

That's it! You can now use nuxt-primevue in your Nuxt app ✨