Componente Vue para mostrar la actividad reciente de github
npm install v-github-activity


!npm bundle size

Componente Vue.js para mostrar la actividad de github.
Puedes encontrar algunos ejemplos aquí
npm install v-github-activity
v-avatar es un modulo UMD, por lo que puede ser utilizado en tanto en una instancia de Vue como en Nuxt como en un entorno non-modular donde githubFeed sera registrada como variable global.
``js
`
`js
import Vue from 'vue'
import githubFeed from 'v-github-activity'
Vue.use(githubFeed)
`
./plugins/githubActivity.js
`js
import Vue from 'vue'
import githubFeed from 'v-github-activity'
Vue.use(githubFeed)
`
nuxt.config.js
`js`
module.exports = {
plugins: ['~/plugins/githubActivity.js']
}
*.vue
`html`
`html`
| Name | Required | Default | Type | Description |
| ----- | -------- | ------- | ------ | ---------------------------------------------------------------------------- |
| login | Y | - | String | GitHub username |
| token | N | - | String | Github Personal access tokens "OAUTH-TOKEN" to increase the api rate_limit |
`bashinstall dependencies
npm install
Test
`bash
npm test
``Released under the MIT License.
- Unit testing