primevue-mirror/packages/nuxt-module
tugcekucukoglu 537772da64 Set new version 2024-12-12 12:36:44 +03:00
..
playground
scripts
src Refactor #6007 2024-10-06 11:29:24 +01:00
test
.npmrc
.nuxtrc
README.md
package.json Set new version 2024-12-12 12:36:44 +03: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