primevue-mirror/packages/nuxt-module
Mert Sincan 9b9af73668 Fixed #5935 - Add autoImport option to @primevue/nuxt-module 2024-06-20 13:49:15 +01:00
..
playground Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
scripts Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
src Fixed #5935 - Add autoImport option to @primevue/nuxt-module 2024-06-20 13:49:15 +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 Fixed #5935 - Add autoImport option to @primevue/nuxt-module 2024-06-20 13:49:15 +01:00
tsconfig.json Convert to PrimeVue monorepo 2024-06-11 13:21:12 +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