Socket
Socket
Sign inDemoInstall

vue-github-button

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-github-button

GitHub button component for Vue.js


Version published
Weekly downloads
6.8K
decreased by-11.44%
Maintainers
1
Install size
116 kB
Created
Weekly downloads
 

Readme

Source

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>

Keywords

FAQs

Last updated on 03 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc