Изучите Nuxt с коллекцией из 100+ советов!

primevue
primevue

Next Generation Vue UI Component Library

@primevue/nuxt-module

PrimeVue Nuxt Module

npm versionnpm downloadsDiscord ChatLicense

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 ✨