vue-github-card

1.0.3 • Public • Published

Vue Github Card

Github card component using Vue.js

Install

# yarn (recommend)
$ yarn install vue-github-card

# npm
$ npm install vue-github-card --save

Usage

<template>
	<div>
		<github-card v-model="username"></github-card>
	</div>
</template>

<script>
import GithubCard from 'vue-github-card'

export default {
	data () {
		return {
			username: ''
		}
	},
	components {
		GithubCard
	}
}
</script>

Build Setup

You can use vue-cli with vue-rollup-boilerplate.

License

MIT © Dang Van Thanh

Package Sidebar

Install

npm i vue-github-card

Weekly Downloads

4

Version

1.0.3

License

MIT

Last publish

Collaborators

  • dangvanthanh