# mahu-dashboard **Repository Path**: kk70/mahu-dashboard ## Basic Information - **Project Name**: mahu-dashboard - **Description**: Mahu Dashboard - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-25 - **Last Updated**: 2026-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue Dashboard Template [![Nuxt UI](https://img.shields.io/badge/Made%20with-Nuxt%20UI-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com) 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](https://ui.nuxt.com). - [Live Demo](https://dashboard-vue-template.nuxt.dev) - [Documentation](https://ui.nuxt.com/docs/getting-started/installation/vue) Nuxt Dashboard Template > The dashboard template for Nuxt is on https://github.com/nuxt-ui-templates/dashboard. ## Quick Start ```bash [Terminal] npm create nuxt@latest -- --no-modules -t github:nuxt-ui-templates/dashboard-vue ``` ## Deploy your own [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=dashboard-vue&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard-vue&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fvue%2Fdashboard-dark.png&demo-url=https%3A%2F%2Fdashboard-vue-template.nuxt.dev%2F&demo-title=Vue%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:5173`: ```bash pnpm dev ``` ## Production Build the application for production: ```bash pnpm build ``` Locally preview production build: ```bash pnpm preview ```