The goal of this project is to showcase how you can apply the SOLID principles to Vue.js components, by following a series of refactorings:
🎯 SRP - The Single Responsibility Principle
🧵 ISP - The Interface Segregation Principle
🚪 OCP - The Open-Closed Principle
🧩 LSP - The Liskov Substitution Principle
🔌 DIP - The Dependency Inversion Principle
npm install
npm run dev