0.1.2 • Published 3 years ago
@lewebsimple/nuxt-primevue v0.1.2
PrimeVUE module for Nuxt.js
Getting started
- Add
@lewebsimple/nuxt-primevuedependency 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- Add
@lewebsimple/nuxt-primevueto themodulessection ofnuxt.config.tsand 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 🚀
Development
- Run
npm run dev:prepareto generate type stubs. - Use
npm run devto start playground in development mode.