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

https://github.com/nuxt-ui-templates/dashboard

Nuxt Admin Dashboard Template made with Nuxt UI Pro.
https://github.com/nuxt-ui-templates/dashboard

dashboard dashboard-templates nuxt nuxt-ui nuxt-ui-pro vue vue3

Last synced: 4 months ago
JSON representation

Nuxt Admin Dashboard Template made with Nuxt UI Pro.

Awesome Lists containing this project

README

          

# Nuxt Dashboard Template

[![Nuxt UI](https://img.shields.io/badge/Made%20with-Nuxt%20UI-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com)

Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by [Nuxt UI](https://ui.nuxt.com).

- [Live demo](https://dashboard-template.nuxt.dev/)
- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/nuxt)





Nuxt Dashboard Template

## Vue Dashboard Template

The dashboard template for Vue is on https://github.com/nuxt-ui-templates/dashboard-vue.

## Quick Start

```bash [Terminal]
npx nuxi@latest init -t github:nuxt-ui-templates/dashboard
```

## Deploy your own

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard)

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

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

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

Locally preview production build:

```bash
pnpm preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## Renovate integration

Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go.