1.0.4 • Published 7 years ago

vue-github-profile v1.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

vue-github-profile

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

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>
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago