@openvue/nuxt-module
v1.0.0
Published
Nuxt module for PrimeVue
Readme
OpenVue Nuxt Module
Quick Setup
- Add
@openvue/nuxt-moduleto themodulessection ofnuxt.config.{ts,js}
npm install @openvue/nuxt-moduleexport default defineNuxtConfig({
modules: ['@openvue/nuxt-module']
});That's it! You can now use OpenVue components in your Nuxt app.
