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

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

Readme

Keywords

Package Sidebar

Install

npm i vue-github-button

Weekly Downloads

6,137

Version

3.1.0

License

BSD-2-Clause

Unpacked Size

3.9 kB

Total Files

6

Last publish

Collaborators

  • ntkme