An open API service indexing awesome lists of open source software.

https://github.com/vuelessjs/vueless-module-nuxt

Nuxt Styleless UI Component Library, powered by Tailwind CSS 💚
https://github.com/vuelessjs/vueless-module-nuxt

a11y design-system headlessui nuxt nuxt-ui nuxt3 nuxtjs nuxtui styleless tailwindcss ui-components ui-library vite vue vue-components vue-datepicker vue-library vue-select vue-table vue3

Last synced: 4 months ago
JSON representation

Nuxt Styleless UI Component Library, powered by Tailwind CSS 💚

Awesome Lists containing this project

README

          

# Vueless Nuxt Module

## Quick Setup

1. Install Vueless Nuxt Module to your project.

```bash
npm i @vueless/nuxt
npx vueless init
```

2. Register `@vueless/nuxt` into the Nuxt config modules section in `nuxt.config.{ts,js}`

```js
export default defineNuxtConfig({
modules: [
'@vueless/nuxt'
],
...
})
```

3. Import Tailwind CSS and Vueless at the top of the main CSS file.

```scss
@import "tailwindcss";
@import "vueless";
```

That's it! You can now use Vueless in your Nuxt app ✨