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

https://github.com/yooneskh/nuxt-unified-ui

Nuxt layer which adds Nuxt UI and some other goodies to your nuxt app
https://github.com/yooneskh/nuxt-unified-ui

nuxt nuxtui vue

Last synced: about 2 months ago
JSON representation

Nuxt layer which adds Nuxt UI and some other goodies to your nuxt app

Awesome Lists containing this project

README

          

# Unified Nuxt UI

A reuseable Nuxt layer which integrates Nuxt UI and some other useful libraries into your Nuxt application.

## Setup

Make sure to install the dependencies:

```bash
bun i
```

## Development Server

Start the development server on http://localhost:8080

```bash
bun dev
```