Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.08 KB

Vue Dashboard with Tailwind CSS

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.

Features

  • 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.

Prerequisites

  • Node.js (version 12 or later)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/manomano500/vue-dashboard.git
    cd vue-dashboard
    

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.