You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
A 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.
Clean, minimalistic design with consistent spacing
Card-based layouts for content organization
Tailwind CSS utility classes for styling
TypeScript for type safety
Fast HMR (Hot Module Replacement) with Vite
Development
Dev Server:npm run dev (runs on port 5000)
Build:npm run build
Preview:npm run preview
Customization
The template is designed to be easily customizable:
Modify color scheme insrc/assets/index.css
Add new pages insrc/views/ and update router
Create custom components insrc/components/
Extend with state management (Pinia) if needed
Documentation
Complete installation and customization guide available inINSTALLATION.md
Current State
✅ All 7 pages implemented and functional✅ Sidebar navigation working✅ Minimalistic design with shadcn-vue components✅ Responsive layout✅ TypeScript configuration✅ Vite development server configured✅ Installation documentation complete
About
Material Design from Creative Tim with shadcn/ui for vue components.