Project created to start learning Vue.js.
The project consists of getting information about some popular javascript frameworks, show one repository in a principal card and the rest in littles cards, the small cards have a click event to change the main repository showed in the main card.
Project doesn't have a responsive design, it's only to practice basic features of the framework.
Practice about:
- Make a request to GitHub API
- Lifecycle of components
- UI Events
- Communication between parent and child components
npm install
npm run serve
npm run build
npm run test
npm run lint