vue-github-profile

1.0.4 • Public • Published

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>

Package Sidebar

Install

npm i vue-github-profile

Weekly Downloads

1

Version

1.0.4

License

ISC

Last publish

Collaborators

  • gabrielbibiano