https://github.com/nuxt-ui-pro/dashboard-vue
Vue Admin Dashboard Template made with Nuxt UI Pro.
https://github.com/nuxt-ui-pro/dashboard-vue
dashboard nuxt-ui-pro vite vue vue3
Last synced: 5 months ago
JSON representation
Vue Admin Dashboard Template made with Nuxt UI Pro.
- Host: GitHub
- URL: https://github.com/nuxt-ui-pro/dashboard-vue
- Owner: nuxt-ui-pro
- Created: 2025-02-26T20:21:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T21:43:24.000Z (6 months ago)
- Last Synced: 2025-06-09T22:29:59.391Z (6 months ago)
- Topics: dashboard, nuxt-ui-pro, vite, vue, vue3
- Language: Vue
- Homepage: https://vue-dashboard-template.nuxt.dev
- Size: 939 KB
- Stars: 50
- Watchers: 2
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nuxt - Dashboard Template
README
# Vue Dashboard Template
[](https://ui.nuxt.com/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](https://ui.nuxt.com/pro).
- [Live Demo](https://vue-dashboard-template.nuxt.dev)
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/vue)
## Nuxt Dashboard Template
The dashboard template for Nuxt is on https://github.com/nuxt-ui-pro/dashboard.
## Quick Start
```bash [Terminal]
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:
```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
```