primevue-mirror/packages/nuxt-module
Mert Sincan cd029328b9 fix: Primevue 4 Design Tokens: Bug when transpile Build. Fixes #6217 2025-01-13 12:37:40 +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 fix: Primevue 4 Design Tokens: Bug when transpile Build. Fixes #6217 2025-01-13 12:37:40 +00: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 new version 2024-12-12 12:36:44 +03: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