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
- Host: GitHub
- URL: https://github.com/buttons/vue-github-button
- Owner: buttons
- License: bsd-2-clause
- Created: 2019-02-13T23:43:13.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T17:22:52.000Z (over 1 year ago)
- Last Synced: 2025-04-15T21:17:28.043Z (9 months ago)
- Topics: button, github, vue
- Language: JavaScript
- Homepage: https://buttons.github.io
- Size: 36.1 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
}
```