A vue component to view the profile and repos of determined user
$ npm install --save vue-github-profile<GithubProfile width="width" user="github-user"></GithubProfile><script>
import GithubProfile from 'vue-github-profile'
export default {
name: 'app',
data () {
return {
}
},
components: {
GithubProfile
}
}
</script><GithubProfile width="20em" user="gabrielbibiano"></GithubProfile>