primevue-mirror/packages/nuxt-module
Mert Sincan 9503798742 refactor: remove typedoc.json and update tsconfig.json includes 2025-01-27 23:34:38 +00:00
..
playground fix: Update imports from '@primevue/themes' to '@primeuix/themes' 2025-01-27 22:30:21 +00:00
scripts Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
src fix: Update imports from '@primevue/themes' to '@primeuix/themes' 2025-01-27 22:30:21 +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 refactor: remove typedoc.json and update tsconfig.json includes 2025-01-27 23:34:38 +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