0.1.3 • Published 5 years ago
git-followers v0.1.3
git-followers
Project setup
npm install -S git-followersimport component
import GitFollowers from 'git-followers/dist/git-followers.common'import CSS
import 'git-followers/dist/git-followers.css'Register Component to Vue
Vue.components('git-followers', GitFollowers)Use Component
<git-followers/>