vue-github-button
TypeScript icon, indicating that this package has built-in type declarations

3.1.3 • Public • Published

vue-github-button

Installation

Vue 3

npm install vue-github-button
# OR
yarn add vue-github-button

Vue 2

npm install vue-github-button@1
# OR
yarn add vue-github-button@1

Usage

<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>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.1.371,866latest

Version History

VersionDownloads (Last 7 Days)Published
3.1.371,866
3.1.20
3.1.10
3.1.01,041
3.0.311
3.0.20
3.0.10
3.0.00
1.3.06,379
1.2.04,101
1.1.20
1.1.10
1.1.00
1.0.817
1.0.70
1.0.60
1.0.50
1.0.40
1.0.312
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i vue-github-button

Weekly Downloads

83,427

Version

3.1.3

License

BSD-2-Clause

Unpacked Size

4.16 kB

Total Files

6

Last publish

Collaborators

  • ntkme