https://github.com/nuxt-ui-templates/dashboard
Nuxt Admin Dashboard Template made with Nuxt UI Pro.
https://github.com/nuxt-ui-templates/dashboard
dashboard dashboard-templates nuxt nuxt-ui nuxt-ui-pro vue vue3
Last synced: 4 months ago
JSON representation
Nuxt Admin Dashboard Template made with Nuxt UI Pro.
- Host: GitHub
- URL: https://github.com/nuxt-ui-templates/dashboard
- Owner: nuxt-ui-templates
- Created: 2024-01-11T14:12:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T15:02:49.000Z (4 months ago)
- Last Synced: 2025-09-02T16:46:37.518Z (4 months ago)
- Topics: dashboard, dashboard-templates, nuxt, nuxt-ui, nuxt-ui-pro, vue, vue3
- Language: Vue
- Homepage: https://dashboard-template.nuxt.dev
- Size: 2.59 MB
- Stars: 651
- Watchers: 10
- Forks: 155
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Dashboard Template
[](https://ui.nuxt.com)
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](https://ui.nuxt.com).
- [Live demo](https://dashboard-template.nuxt.dev/)
- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/nuxt)
## Vue Dashboard Template
The dashboard template for Vue is on https://github.com/nuxt-ui-templates/dashboard-vue.
## Quick Start
```bash [Terminal]
npx nuxi@latest init -t github:nuxt-ui-templates/dashboard
```
## Deploy your own
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard)
## 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.