primevue-mirror/packages/nuxt-module
Mert Sincan 1d37111504 Set version 2024-11-01 22:03:07 +00:00
..
playground Fixed #5945 - CSS not Server Side Rendered with PrimeVue 4 / Nuxt 3 2024-06-24 12:27:34 +01:00
scripts Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
src Refactor #6007 2024-10-06 11:29:24 +01:00
test Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
.npmrc Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
.nuxtrc Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
README.md Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
package.json Set version 2024-11-01 22:03:07 +00:00
tsconfig.json Refactor on nuxt-module build 2024-06-20 16:20:59 +01:00

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