Skip to content

robindeleu/github-vue-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-vue-profile

Temperatuur LCD Display by Robin Deleu

NPM Version MIT license NPM Downloads

This program use the official GITHUB API to diplay a github portfolio.

Getting Started

Prerequisites

You will need to instal the VUE-CLI and YARN.

Instal yarn:

choco install yarn

Instal VUE-CLI

yarn global add @vue/cli
#or
npm install -g @vue/cli

Using the program

The program is ready to use. To use it propperly enter you're GITHUB generated code in the .env file.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Examples output

Example one, default value's

The 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:

![Default values](src/assets/defaultoutput.jpg"default values")

Authors

  • Robin Deleu - Student VIVES University of Applied Sciences

License

This project is licensed under the MIT License see the LICENSE.md file for details

About

this is the repository from mobile apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published