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: 28 days ago
JSON representation

Nuxt Styleless UI Component Library, powered by Tailwind CSS 💚

Awesome Lists containing this project

README

        

# Vueless Nuxt Module

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]

## Quick Setup

1. Add `@vueless/nuxt` dependency to your project.

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

2. Add `@vueless/nuxt` to the `modules` section of `nuxt.config.{ts,js}`

```js
{
modules: [
'@vueless/nuxt'
]
}
```

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

[npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/my-module

[npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npmjs.com/package/my-module

[license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/my-module

[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com