1.0.3 • Published 8 years ago

vue-github-card v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Vue Github Card

Github card component using Vue.js

npm.io

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

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago