vue-github-lawn is a Vue component.
npm install vue-github-lawnA github lawn Vue component, Compatible with Vue 2.x
`` sh`
npm install vue-github-lawn
` js
import GithubLawn from 'vue-github-lawn'
Vue.component('my-component', {
components: {
GithubLawn
}
});
`
``