An open API service indexing awesome lists of open source software.

https://github.com/buttons/vue-github-button

:octocat: Unofficial github:button component for Vue.js
https://github.com/buttons/vue-github-button

button github vue

Last synced: 9 months ago
JSON representation

:octocat: Unofficial github:button component for Vue.js

Awesome Lists containing this project

README

          

# vue-github-button

## Installation

#### Vue 3

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

#### Vue 2

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

## Usage

``` vue

Follow @ntkme

import GithubButton from 'vue-github-button'

export default {
components: {
GithubButton
}
}

```