https://github.com/primefaces/primevue-nuxt-module
https://github.com/primefaces/primevue-nuxt-module
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/primefaces/primevue-nuxt-module
- Owner: primefaces
- License: mit
- Created: 2023-09-26T09:27:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:35:07.000Z (10 months ago)
- Last Synced: 2025-03-31T06:05:49.716Z (2 months ago)
- Language: TypeScript
- Size: 572 KB
- Stars: 73
- Watchers: 8
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# 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](https://github.com/primefaces/primevue-nuxt-module/blob/main/CHANGELOG.md#changelog)
- [📖 Documentation](https://primevue.org/nuxt/)
## Quick Setup1. Add `nuxt-primevue` dependency to your project
```bash
npx nuxi@latest module add primevue
```2. Add `nuxt-primevue` to the `modules` section of `nuxt.config.{ts,js}`
```js
{
modules: [
'nuxt-primevue'
]
}
```That's it! You can now use `nuxt-primevue` in your Nuxt app ✨
[npm-version-src]: https://img.shields.io/npm/v/nuxt-primevue/latest.svg?color
[npm-version-href]: https://npmjs.com/package/nuxt-primevue[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-primevue
[npm-downloads-href]: https://npmjs.com/package/nuxt-primevue[discord-src]: https://img.shields.io/discord/557940238991753223.svg?colorB=7289da&label=chat&logo=discord
[discord-href]: https://discord.gg/gzKFYnpmCY[license-src]: https://img.shields.io/npm/l/nuxt-primevue.svg?style=flat&colorB=yellow
[license-href]: https://npmjs.com/package/nuxt-primevue