Skip to content

Nuxt Styleless UI Component Library, powered by Tailwind CSS 💚

License

Notifications You must be signed in to change notification settings

vuelessjs/vueless-module-nuxt

Repository files navigation

Vueless Nuxt Module

npm version npm downloads License Nuxt

Quick Setup

  1. Add @vueless/nuxt dependency to your project.
npm i @vueless/nuxt
  1. Add @vueless/nuxt to the modules section of nuxt.config.{ts,js}
{
  modules: [
    '@vueless/nuxt'
  ]
}

That's it! You can now use @vueless/nuxt in your Nuxt app ✨