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

https://github.com/la-rebelion/dash-ui-nuxt

Bootstrap 5 Admin & Dashboard Template on Nuxt3. Components and templates kit fully coded with Bootstrap 5 and Nuxt3
https://github.com/la-rebelion/dash-ui-nuxt

Last synced: 3 months ago
JSON representation

Bootstrap 5 Admin & Dashboard Template on Nuxt3. Components and templates kit fully coded with Bootstrap 5 and Nuxt3

Awesome Lists containing this project

README

        

# Nuxt 3 Dash UI

Based on [Dash UI - Bootstrap 5 Theme](https://github.com/la-rebelion/Dash-UI#dash-ui---bootstrap-5-theme-) [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fla-rebelion%2Fdash-ui-nuxt)](https://twitter.com/intent/tweet?text=Dash%20-%20UI%20Bootstrap%205%20and%20%23Nuxt%203Theme&url=https%3A%2F%2Fgithub.com%2Fla-rebelion%2Fdash-ui-nuxt&via=RebelionLabs)

## Quick start

Either with `yarn` or `npm`:

**Setup**

Make sure to install the dependencies

```bash
npm install
yarn install
```

**Development**

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

```bash
npm dev -- -o
yarn dev
```

**Production**

Build the application for production:

```bash
npm run build
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).