antlionguard / primevue-nuxt-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ✨

About

License:MIT License


Languages

Language:TypeScript 94.7%Language:Vue 5.3%