This project is a Vue.js dashboard template styled with Tailwind CSS. It provides a responsive layout with customizable components for building a modern web application.
- Responsive Design: Adapts to various screen sizes using Tailwind's utility-first approach.
- Reusable Components: Built with reusable components for easy customization and scalability.
- Vue Router Integration: Seamless navigation between different pages of the dashboard.
- Tailwind CSS: Utilizes Tailwind CSS for efficient styling and design consistency.
- Node.js (version 12 or later)
- npm or yarn
- Clone the repository:
git clone https://github.com/manomano500/vue-dashboard.git cd vue-dashboard
npm install
npm run serve
npm run build
npm run lint