Name Last Update
..
.nuxt Loading commit data...
.output Loading commit data...
.vite/deps Loading commit data...
.vscode Loading commit data...
app Loading commit data...
nginx Loading commit data...
public Loading commit data...
server Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AGENTS.md Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
MENU_PAGE_SPEC.md Loading commit data...
README.md Loading commit data...
eslint.config.mjs Loading commit data...
feature-plan.json Loading commit data...
nuxt.config.ts Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
pnpm-workspace.yaml Loading commit data...
renovate.json Loading commit data...
tsconfig.json Loading commit data...

README.md

Nuxt Dashboard Template

Nuxt UI

Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Nuxt UI.

Nuxt Dashboard Template

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

Quick Start

```bash [Terminal] npm create nuxt@latest -- -t ui/dashboard


## Deploy your own

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=dashboard&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fdashboard-dark.png&demo-url=https%3A%2F%2Fdashboard-template.nuxt.dev%2F&demo-title=Nuxt%20Dashboard%20Template&demo-description=A%20dashboard%20template%20with%20multi-column%20layout%20for%20building%20sophisticated%20admin%20interfaces.)

## Setup

Make sure to install the dependencies:

```bash
pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.