This program use the official GITHUB API to diplay a github portfolio.
You will need to instal the VUE-CLI and YARN.
Instal yarn:
choco install yarnInstal VUE-CLI
yarn global add @vue/cli
#or
npm install -g @vue/cliThe program is ready to use. To use it propperly enter you're GITHUB generated code in the .env file.
yarn installyarn serveyarn buildyarn lintThe settings are:
login: {
type: String,
default: 'KingFluppe'
},
name: {
type: String,
default: 'Filip Van Saksen Coburg '
},
company: {
type: String,
default: 'Belgique'
},
avatar_url: {
type: String,
default: null
},
followers: {
type: Number,
default: 11492641
},
following: {
type: Number,
default: 1
},
public_repos: {
type: Number,
default: 0
},
loading: {
type: [Boolean, String],
default: false
},output:

- Robin Deleu - Student VIVES University of Applied Sciences
This project is licensed under the MIT License see the LICENSE.md file for details