npm install vue-github-button
# OR
yarn add vue-github-button
npm install vue-github-button@1
# OR
yarn add vue-github-button@1
<template>
<github-button href="https://github.com/ntkme">Follow @ntkme</github-button>
</template>
<script>
import GithubButton from 'vue-github-button'
export default {
components: {
GithubButton
}
}
</script>