primevue

primevue

Next Generation Vue UI Component Library

nuxt-primevue

PrimeVue Nuxt Module

npm versionNPM DownloadsDiscord ChatLicense: MIT

Quick Setup

  1. Add nuxt-primevue dependency to your project
# Using pnpmpnpm add -D nuxt-primevue# Using yarnyarn add --dev nuxt-primevue# Using npmnpm install --save-dev nuxt-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 ✨