1. vue-github-button
GitHub button component for Vue.js
vue-github-button
Package: vue-github-button
Created by: buttons
Last modified: Sat, 03 Sep 2022 19:15:34 GMT
Version: 3.1.0
License: BSD-2-Clause
Downloads: 36,424
Repository: https://github.com/buttons/vue-github-button

Install

npm install vue-github-button
yarn add vue-github-button

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>

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin