0.1.2 • Published 2 years ago

@lewebsimple/nuxt-primevue v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

PrimeVUE module for Nuxt.js

Getting started

  1. Add @lewebsimple/nuxt-primevue dependency to your project:
# Using npm
npm install --save-dev @lewebsimple/nuxt-primevue

# Using pnpm
pnpm add -D @lewebsimple/nuxt-primevue

# Using yarn
yarn add -D @lewebsimple/nuxt-primevue
  1. Add @lewebsimple/nuxt-primevue to the modules section of nuxt.config.ts and optionnally configure the resolver:
{
  modules: [
    '@lewebsimple/nuxt-primevue',
  ],
  primevue: {
    resolver: {
      importTheme: "tailwind-light",
    },
  },
}

That's it! You can now use PrimeVUE in your Nuxt app 🚀

📖  Read more

Development

  • Run npm run dev:prepare to generate type stubs.
  • Use npm run dev to start playground in development mode.