Home
Softono

Nuxt Shadcn Dashboard

Open source MIT Vue
661
Stars
148
Forks
0
Issues
9
Watchers
3 months
Last Commit

 About Nuxt Shadcn Dashboard

Template Dashboard with Nuxt 4 + Shadcn + TailwindCSS 4

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Nuxt Shadcn Dashboard?

We provide expert installation service for this software. Our team will install, configure, and secure Nuxt Shadcn Dashboard on your server. plans start at just $30.

Nuxt Shadcn Dashboard

View on GitHub

nuxt-shadcn-dashboard-social-card

Nuxt Shadcn Vue TailwindCSS 4 - Dashboard

built with nuxt

Quick Start

npx nuxi@latest init -t github:dianprata/nuxt-shadcn-dashboard my-dashboard-app
cd my-dashboard-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

App Settings

You can change the app settings in app.config.ts file. If you want to change app settings, you have to clear cookie 'app_settings' first.

export default defineAppConfig({
  appSettings: {
    sidebar: {
      collapsible: 'offcanvas', // 'offcanvas' | 'icon' | 'none'
      side: 'left', // 'left' | 'right'
      variant: 'inset', // 'sidebar' | 'floating' | 'inset'
    },
    theme: {
      color: 'default', // 'default' | 'blue' | 'green' | 'orange' | 'purple' | 'red' | 'teal' | 'yellow' | 'rose'
      type: 'scaled', // 'default' | 'mono' | 'scaled'
    }
  },
})

Contributing

  1. Clone this repository.
  2. Install dependencies pnpm install.
  3. Use pnpm run dev to start dev server.

Credits

License

MIT