primevue-mirror/packages/nuxt-module
Mert Sincan 0c168516b0 Fixed #6020 - Failed to use Primevue 4 with yarn 2024-07-09 09:40:37 +01:00
..
playground
scripts
src
test
.npmrc
.nuxtrc
README.md
package.json Fixed #6020 - Failed to use Primevue 4 with yarn 2024-07-09 09:40:37 +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