Nuxt module for PrimeVue
npm install @primevue/nuxt-module[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Discord Chat][discord-src]](discord-href)
[![License][license-src]][license-href]
- ✨ Release Notes
- 📖 Documentation
1. Add @primevue/nuxt-module dependency to your project
``bash`
npx nuxi@latest module add primevue
2. Add @primevue/nuxt-module to the modules section of nuxt.config.{ts,js}
`js`
{
modules: ['@primevue/nuxt-module'];
}
That's it! You can now use @primevue/nuxt-module` in your Nuxt app ✨
[npm-version-src]: https://img.shields.io/npm/v/@primevue/nuxt-module/latest.svg?color
[npm-version-href]: https://npmjs.com/package/@primevue/nuxt-module
[npm-downloads-src]: https://img.shields.io/npm/dm/@primevue/nuxt-module
[npm-downloads-href]: https://npmjs.com/package/@primevue/nuxt-module
[discord-src]: https://img.shields.io/discord/557940238991753223.svg?colorB=7289da&label=chat&logo=discord
[license-src]: https://img.shields.io/npm/l/@primevue/nuxt-module.svg?style=flat&colorB=yellow
[license-href]: https://npmjs.com/package/@primevue/nuxt-module