4.3.6-0 • Published 5 months ago

@cambridgeprimevue/nuxt-module v4.3.6-0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@cambridgeprimevue/nuxt-module

PrimeVue Nuxt Module

npm version npm downloads Discord Chat License

Quick Setup

  1. Add @cambridgeprimevue/nuxt-module dependency to your project
npx nuxi@latest module add primevue
  1. Add @cambridgeprimevue/nuxt-module to the modules section of nuxt.config.{ts,js}
{
    modules: ['@cambridgeprimevue/nuxt-module'];
}

That's it! You can now use @cambridgeprimevue/nuxt-module in your Nuxt app ✨