Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 633 Bytes

Github Superstars

Browse the most starred Github repos of the last 30 days.

Live preview: https://halimb.github.io/github-superstars/

screenshot

Installation

yarn install or npm install

Development

yarn serve or npm serve

Build

yarn build or npm build

the bundled version will be: ./public/index.html

Vendor libraries

  • Vue: main UI framework used for the project.
  • Moment.js: used to manipulate and format dates.
  • axios: used for requesting the Github search API.