Skip to content

azab-construction/Azab-dashboard

 
 

Repository files navigation

Nuxt Dashboard Template with Nuxt UI Pro

Get started with the Nuxt 3 dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by the Nuxt UI Pro UI Library.

Live Demo

Vue Dashboard with Nuxt UI Pro

Vue Dashboard Template

The dashboard template for Vue is on https://github.com/nuxt-ui-pro/dashboard-vue

Quick Start

npx nuxi@latest init -t github:nuxt-ui-pro/dashboard

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.

About

Nuxt Dashboard Template made with Nuxt UI Pro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.2%
  • TypeScript 33.1%
  • Other 0.7%