5ffa845746 | ||
---|---|---|
.. | ||
playground | ||
scripts | ||
src | ||
test | ||
.npmrc | ||
.nuxtrc | ||
README.md | ||
package.json | ||
tsconfig.json |
README.md
PrimeVue Nuxt Module
Quick Setup
- Add
@primevue/nuxt-module
dependency to your project
npx nuxi@latest module add primevue
- Add
@primevue/nuxt-module
to themodules
section ofnuxt.config.{ts,js}
{
modules: [
'@primevue/nuxt-module'
]
}
That's it! You can now use @primevue/nuxt-module
in your Nuxt app ✨