You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/GabrielBibiano/vue-github-profile

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/GabrielBibiano/vue-github-profile

v0.0.0-20171002212253-12db1e874f42
Source
Go
Version published
Created
Source

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>

FAQs

Package last updated on 02 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts