0.3.1 • Published 2 months ago

nuxt-primevue v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

nuxt-primevue

PrimeVue Nuxt Module

npm version npm downloads Discord Chat License

Quick Setup

  1. Add nuxt-primevue dependency to your project
# Using pnpm
pnpm add -D nuxt-primevue
# Using yarn
yarn add --dev nuxt-primevue
# Using npm
npm install --save-dev nuxt-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 ✨

0.3.1

2 months ago

0.3.0

3 months ago

0.2.2

5 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago