# vue-github-button

> GitHub button component for Vue.js

Latest version **3.1.3** (published 2024-07-30) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install vue-github-button
pnpm add vue-github-button
yarn add vue-github-button
bun add vue-github-button
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.1.3 |
| Published | 2024-07-30 |
| First published | 2019-02-16 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 29 |
| Author | なつき |
| Maintainers | ntkme |
| Keywords | Vue, GitHub, button |

## Links

- npm: https://www.npmjs.com/package/vue-github-button
- Repository: https://github.com/buttons/vue-github-button
- Homepage: https://buttons.github.io/
- Issues: https://github.com/buttons/vue-github-button/issues
- npm.io page: https://npm.io/package/vue-github-button

## Dependencies (1)

- [github-buttons](https://npm.io/package/github-buttons.md) ^2.22.0

## Recent versions

- 3.1.3 (latest) — 2024-07-30
- 3.1.2 — 2024-07-30
- 3.1.1 — 2024-07-30
- 3.1.0 — 2022-09-03
- 3.0.3 — 2022-03-28
- 3.0.2 — 2022-03-28
- 3.0.1 — 2021-03-05
- 3.0.0 — 2021-01-06
- 1.3.0 — 2020-10-13
- 1.2.0 — 2020-05-03
- 1.1.2 — 2019-10-12
- 1.1.1 — 2019-10-12
- 1.1.0 — 2019-09-28
- 1.0.8 — 2019-04-03
- 1.0.7 — 2019-03-14
- … 7 more at https://npm.io/package/vue-github-button/versions

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

---
_Source: https://npm.io/package/vue-github-button · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
