Skip to content
/ dashboard-vue Public template

Vue Admin Dashboard Template made with Nuxt UI Pro.

Notifications You must be signed in to change notification settings

nuxt-ui-pro/dashboard-vue

Repository files navigation

Vue Dashboard Template

Nuxt UI 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.

Vue Dashboard Template

Nuxt Dashboard Template

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

Quick Start

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:

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