primevue-mirror/packages/nuxt-module
Mert Sincan a9df09ece5 Refactor package manager 2024-10-09 10:30:23 +01:00
..
playground
scripts
src Refactor #6007 2024-10-06 11:29:24 +01:00
test
.npmrc
.nuxtrc
README.md
package.json Refactor package manager 2024-10-09 10:30:23 +01:00
tsconfig.json

README.md

@primevue/nuxt-module

PrimeVue Nuxt Module

npm version npm downloads Discord Chat License

Quick Setup

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

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