Vue Dashboard Template
March 31, 2026 ยท View on GitHub
Get started with the Vite + Vue dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Nuxt UI.
The dashboard template for Nuxt is on https://github.com/nuxt-ui-templates/dashboard.
Quick Start
npm create nuxt@latest -- --no-modules -t ui-vue/dashboard
Deploy your own
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