drapisarda / vue-github-repository-contributions

Searches for a user, select a repository and see its contributors!

Home Page:http://vue-github-repository-contributions.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Searches for a GitHub username, list its repositories and then check its contributors and contributions.

Made with Vue (Vue CLI 3), Bootstrap and Highcharts!

Setup

npm install

Development

Runs local server for development purpose.

npm run serve

Production

Builds for production.

npm run build

Deploy

The project is automatically deployed to Surge. The following command will automatically build the project before deploying.

npm run deploy

Tests and linting

Lint (with autofix)

npm run lint

Tests (Unit)

npm run test:unit

If you want to do TDD (all the project was developed that way) I do recommend to enable watching while running tests.

npm run test:unit:watch

About

Searches for a user, select a repository and see its contributors!

http://vue-github-repository-contributions.surge.sh/

License:MIT License


Languages

Language:JavaScript 97.6%Language:Vue 2.1%Language:HTML 0.3%