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

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

A dashboard template made with Vue and Nuxt UI Pro.
https://github.com/nuxt-ui-pro/dashboard

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

Last synced: 3 months ago
JSON representation

A dashboard template made with Vue and Nuxt UI Pro.

Awesome Lists containing this project

README

        

# Nuxt Dashboard Template with Nuxt UI Pro

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

[Live Demo](https://dashboard-template.nuxt.dev)





Vue Dashboard with Nuxt UI Pro

## Vue Dashboard Template

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

## Quick Start

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

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

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

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run 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.