パッケージの詳細

nuxt-primevue

primefaces54.6kMIT3.0.0

Nuxt module for PrimeVue

vue, vue.js, vue3, nuxt

readme

nuxt-primevue

PrimeVue Nuxt Module

npm version npm downloads Discord Chat License

Quick Setup

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

That's it! You can now use nuxt-primevue in your Nuxt app ✨

更新履歴

Changelog

v3.0.0

compare changes

🩹 Fixes

  • Normalize file paths for Windows (795b88d)
  • Resolve type conflict by updating primevue (4da0041)

📖 Documentation

  • Use new nuxi module add command in installation (0fec170)

🏡 Chore

❤️ Contributors

v0.3.1

compare changes

v0.3.0

compare changes

🚀 Enhancements

  • New components added (d96a6d8)
  • The as can be optional in importPT option (cb2d6c5)
  • Note for Nuxt devs for PrimeVue < v3.40.0 (1e15632)

🩹 Fixes

  • The nonce option is not working on styles (3f0b118)
  • Add types for primevue.options (876fdd3)

v0.2.2

compare changes

🩹 Fixes

  • Only include all components if no specific excludes (a2d29f0)

🏡 Chore

❤️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • Only include all components if no specific excludes (a2d29f0)

🏡 Chore

❤️ Contributors

v0.2.0

compare changes

🩹 Fixes

  • Import nuxt composables from #imports (ba3a88e)

🏡 Chore

  • Fix bug when primevue component is used as service (9ff909e)
  • Fix component type to accept object (a1d5fc1)

❤️ Contributors

v0.1.0

compare changes

🏡 Chore

❤️ Contributors

v0.0.3

compare changes

🏡 Chore

❤️ Contributors

v0.0.2

compare changes

v0.0.1

compare changes