vue-github-button

WebJar for vue-github-button

License

License

BSD 2-Clause
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-github-button
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

vue-github-button
WebJar for vue-github-button
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/ntkme/vue-github-button

Download vue-github-button

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-github-button/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-github-button</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-github-button/
implementation 'org.webjars.npm:vue-github-button:1.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-github-button/
implementation ("org.webjars.npm:vue-github-button:1.3.0")
'org.webjars.npm:vue-github-button:jar:1.3.0'
<dependency org="org.webjars.npm" name="vue-github-button" rev="1.3.0">
  <artifact name="vue-github-button" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-github-button', version='1.3.0')
)
libraryDependencies += "org.webjars.npm" % "vue-github-button" % "1.3.0"
[org.webjars.npm/vue-github-button "1.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : github-buttons jar [2.8.0,3)

Project Modules

There are no modules declared in this project.

vue-github-button

Installation

Vue 3

npm install vue-github-button@next
# OR
yarn add vue-github-button@next

Vue 2

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

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>

Versions

Version
1.3.0