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

https://github.com/nuxt-ui-pro/dashboard-vue

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

dashboard nuxt-ui-pro vite vue vue3

Last synced: 5 months ago
JSON representation

Vue Admin Dashboard Template made with Nuxt UI Pro.

Awesome Lists containing this project

README

          

# Vue Dashboard Template

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

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

- [Live Demo](https://vue-dashboard-template.nuxt.dev)
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/vue)





Vue Dashboard Template

## Nuxt Dashboard Template

The dashboard template for Nuxt is on https://github.com/nuxt-ui-pro/dashboard.

## Quick Start

```bash [Terminal]
npx giget@latest gh:nuxt-ui-pro/dashboard-vue my-vue-dashboard
```

Once the directory is created, you can install the dependencies and start the development server using the `npm run dev` command.

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

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

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

Locally preview production build:

```bash
pnpm preview
```