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
- Host: GitHub
- URL: https://github.com/yooneskh/nuxt-unified-ui
- Owner: yooneskh
- Created: 2025-11-07T15:14:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-04-06T13:07:29.000Z (about 2 months ago)
- Last Synced: 2026-04-06T15:12:42.853Z (about 2 months ago)
- Topics: nuxt, nuxtui, vue
- Language: Vue
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```