{"id":31557074,"url":"https://github.com/creativetimofficial/material-dashboard-shadcn-vue","last_synced_at":"2025-10-04T23:22:19.127Z","repository":{"id":317637833,"uuid":"1068223154","full_name":"creativetimofficial/material-dashboard-shadcn-vue","owner":"creativetimofficial","description":"Material Design from Creative Tim with shadcn/ui for vue components.","archived":false,"fork":false,"pushed_at":"2025-10-02T04:15:59.000Z","size":155,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T05:38:13.689Z","etag":null,"topics":["creative-tim","material-design-3","open-source","shadcn","shadcn-ui","shadcn-vue"],"latest_commit_sha":null,"homepage":"https://www.creative-tim.com/product/material-dashboard-shadcn-vue","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creativetimofficial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T03:30:32.000Z","updated_at":"2025-10-02T04:17:23.000Z","dependencies_parsed_at":"2025-10-02T05:38:16.357Z","dependency_job_id":"fb851cf9-b2af-42b4-96cb-148e84fb332a","html_url":"https://github.com/creativetimofficial/material-dashboard-shadcn-vue","commit_stats":null,"previous_names":["creativetimofficial/material-dashboard-shadcn-vue"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/creativetimofficial/material-dashboard-shadcn-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativetimofficial%2Fmaterial-dashboard-shadcn-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativetimofficial%2Fmaterial-dashboard-shadcn-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativetimofficial%2Fmaterial-dashboard-shadcn-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativetimofficial%2Fmaterial-dashboard-shadcn-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativetimofficial","download_url":"https://codeload.github.com/creativetimofficial/material-dashboard-shadcn-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativetimofficial%2Fmaterial-dashboard-shadcn-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278386651,"owners_count":25978217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creative-tim","material-design-3","open-source","shadcn","shadcn-ui","shadcn-vue"],"created_at":"2025-10-04T23:22:13.880Z","updated_at":"2025-10-04T23:22:19.117Z","avatar_url":"https://github.com/creativetimofficial.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Material Dashboard Shadcn Vue by Creative Tim\n\n## Overview\nA modern, minimalistic CRM template built with Vue 3, Vite, TypeScript, and shadcn-vue components. This template is designed for developers to quickly start building CRM applications with a clean, professional interface.\n\n## Project Information\n- **Created**: October 1, 2025\n- **Tech Stack**: Vue 3, Vite, TypeScript, shadcn-vue, Tailwind CSS\n- **Purpose**: Developer-ready CRM template with 7 complete pages\n\n## Pages\n1. **Dashboard** - Overview with key metrics and recent activity\n2. **Contacts** - Contact management with search functionality\n3. **Companies** - Company directory with details\n4. **Deals/Pipeline** - Kanban-style deal tracking\n5. **Tasks** - Task management with status tracking\n6. **Reports** - Analytics and performance metrics\n7. **Settings** - User preferences and configuration\n\n## Architecture\n- **Framework**: Vue 3 with Composition API\n- **Build Tool**: Vite for fast development and optimized builds\n- **Styling**: Tailwind CSS with shadcn-vue design system\n- **Routing**: Vue Router with lazy-loaded routes\n- **Type Safety**: TypeScript throughout\n- **Charts**: Chart.js with vue-chartjs for interactive data visualization\n\n## Project Structure\n```\nsrc/\n├── assets/          # Global styles and Tailwind CSS\n├── components/      # Reusable UI components (shadcn-vue)\n├── layouts/         # Layout components (MainLayout with sidebar)\n├── lib/             # Utility functions\n├── router/          # Vue Router configuration\n├── views/           # Page components (7 pages)\n├── App.vue          # Root component\n└── main.ts          # Application entry point\n```\n\n## Key Features\n- Responsive sidebar navigation with icons\n- Clean, minimalistic design with consistent spacing\n- Card-based layouts for content organization\n- Tailwind CSS utility classes for styling\n- TypeScript for type safety\n- Fast HMR (Hot Module Replacement) with Vite\n\n## Development\n- **Dev Server**: `npm run dev` (runs on port 5000)\n- **Build**: `npm run build`\n- **Preview**: `npm run preview`\n\n## Customization\nThe template is designed to be easily customizable:\n- Modify color scheme in `src/assets/index.css`\n- Add new pages in `src/views/` and update router\n- Create custom components in `src/components/`\n- Extend with state management (Pinia) if needed\n\n## Documentation\nComplete installation and customization guide available in `INSTALLATION.md`\n\n## Current State\n✅ All 7 pages implemented and functional\n✅ Sidebar navigation working\n✅ Minimalistic design with shadcn-vue components\n✅ Responsive layout\n✅ TypeScript configuration\n✅ Vite development server configured\n✅ Installation documentation complete\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativetimofficial%2Fmaterial-dashboard-shadcn-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativetimofficial%2Fmaterial-dashboard-shadcn-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativetimofficial%2Fmaterial-dashboard-shadcn-vue/lists"}