PrimeVue Nuxt Module
Quick Setup
- Add
nuxt-primevue
dependency to your project
# Using pnpm
pnpm add -D nuxt-primevue
# Using yarn
yarn add --dev nuxt-primevue
# Using npm
npm install --save-dev nuxt-primevue
- Add
nuxt-primevue
to themodules
section ofnuxt.config.{ts,js}
{
modules: [
'nuxt-primevue'
]
}
That's it! You can now use nuxt-primevue
in your Nuxt app ✨