Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt-ui-pro/dashboard
A dashboard template made with Vue and Nuxt UI Pro.
https://github.com/nuxt-ui-pro/dashboard
dashboard dashboard-templates nuxt nuxt-ui nuxt-ui-pro vue vue3
Last synced: 8 days ago
JSON representation
A dashboard template made with Vue and Nuxt UI Pro.
- Host: GitHub
- URL: https://github.com/nuxt-ui-pro/dashboard
- Owner: nuxt-ui-pro
- Created: 2024-01-11T14:12:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T23:26:13.000Z (8 months ago)
- Last Synced: 2024-05-18T18:47:44.555Z (8 months ago)
- Topics: dashboard, dashboard-templates, nuxt, nuxt-ui, nuxt-ui-pro, vue, vue3
- Language: Vue
- Homepage: https://dashboard-template.nuxt.dev
- Size: 1.02 MB
- Stars: 262
- Watchers: 6
- Forks: 39
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![nuxt-ui-dashboard-social-card](https://github.com/nuxt-ui-pro/dashboard/assets/739984/f785284b-7db2-4732-af0e-2cb3c0bd7ca2)
# Nuxt UI Pro - Dashboard template
[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt.js&labelColor=020420)](https://ui.nuxt.com/pro)
- [Live demo](https://dashboard-template.nuxt.dev/)
- [Play on Stackblitz](https://stackblitz.com/github/nuxt-ui-pro/dashboard)
- [Documentation](https://ui.nuxt.com/pro/getting-started)[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?repo=nuxt-ui-pro/dashboard)
## Quick Start
```bash [Terminal]
npx nuxi init -t github:nuxt-ui-pro/dashboard
```## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install# bun
bun install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev# bun
bun run dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build# bun
bun run build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview# bun
bun run 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.