Skip to content

A vue component to view the profile and repos of determined user

Notifications You must be signed in to change notification settings

TrendingTechnology/vue-github-profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vue-github-profile

A vue component to view the profile and repos of determined user

Demonstração economist

Instalation

$ npm install --save vue-github-profile

Usage

<GithubProfile width="width" user="github-user"></GithubProfile>
<script>
import GithubProfile from 'vue-github-profile'

export default {
  name: 'app',
  data () {
    return {
    }
  },
  components: {
    GithubProfile
  }
}
</script>

Example

<GithubProfile width="20em" user="gabrielbibiano"></GithubProfile>

About

A vue component to view the profile and repos of determined user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 100.0%