Skip to content

nuxt-ui-templates/dashboard-vue

Repository files navigation

Vue Dashboard Template

Nuxt UI

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.

Nuxt Dashboard Template

Nuxt Dashboard Template

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

Quick Start

npx giget@latest gh:nuxt-ui-templates/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.

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview