An open API service indexing awesome lists of open source software.

https://github.com/primefaces/primevue-nuxt-module


https://github.com/primefaces/primevue-nuxt-module

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![nuxt-primevue](https://github.com/primefaces/primevue-nuxt-module/assets/11868120/c35e1180-573f-4650-bbe9-0c79bff71f05)

# 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 Setup

1. 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