vue-github-button

GitHub button component for Vue.js

BSD-2-Clause 22 个版本
安装
npm install vue-github-button
yarn add vue-github-button
pnpm add vue-github-button
bun add vue-github-button
README

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>
版本列表
3.1.3 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
1.0.6 2019-03-14
1.0.5 2019-03-08
1.0.4 2019-02-18
1.0.3 2019-02-18
1.0.2 2019-02-18
1.0.1 2019-02-18
1.0.0 2019-02-16