# Nuxt Dashboard Template [![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com/pro) [![Deploy to NuxtHub](https://img.shields.io/badge/Deploy%20to-NuxtHub-00DC82?logo=nuxt&labelColor=020420)](https://hub.nuxt.com/new?repo=nuxt-ui-pro/dashboard) Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by [Nuxt UI Pro](https://ui.nuxt.com/pro). - [Live demo](https://dashboard-template.nuxt.dev/) - [Documentation](https://ui.nuxt.com/getting-started/installation/pro/nuxt) Nuxt Dashboard Template ## Vue Dashboard Template The dashboard template for Vue is on https://github.com/nuxt-ui-pro/dashboard-vue. ## Quick Start ```bash [Terminal] npx nuxi@latest init -t github:nuxt-ui-pro/dashboard ``` ## Setup Make sure to install the dependencies: ```bash pnpm install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash pnpm dev ``` ## Production Build the application for production: ```bash pnpm build ``` Locally preview production build: ```bash pnpm preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. ## Renovate integration Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go.