vue-github-card
v1.0.3
Published
Github card using Vue.js
Downloads
6
Maintainers
Readme
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