0.12.0 • Published 3 years ago

vue-github v0.12.0

Weekly downloads
27
License
MIT
Repository
github
Last release
3 years ago

vue-github

vue your github activity and calendar

Build License

NPM

Demo

npm.io

Installation

NPM

npm i vue-github

Yarn

yarn add vue-github

Dependencies

Insert an octicons.css file in your html file to load the icons.

<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css"
/>

Usage

Register the component globally in your main javascript file.

import Vue from "vue";
import VueGithub from "vue-github";

Vue.use(VueGithub);

Check out the main.js in the demo repo.

import the style into your main vue file (most likely App.vue) if you want the default css.

<style>
  @import url("https://unpkg.com/vue-github@0.10.7/dist/vueGithub.css");
</style>

In your template you can now use html like this to render the activity feed:

<vue-github username="harps116" />

Props:

nametypedefaultdescription
usernameStringrequiredGithub username
textStringSummary of pull requests, issues opened, and commits made by {username}Summary text
showCalendarBooleantrueWhether to show the calendar
showFeedBooleantrueWhether to show the activity feed

Issues

File issues here

License

This project is licensed under MIT License - see the LICENSE file for details

Inspired by these great open source projects:

https://github.com/IonicaBizau/github-calendar

https://github.com/lexmartinez/vue-github-activity

0.12.0

3 years ago

0.11.2

5 years ago

0.11.3

5 years ago

0.11.1

5 years ago

0.10.15

5 years ago

0.10.14

5 years ago

0.10.13

5 years ago

0.10.12

5 years ago

0.10.11

5 years ago

0.10.10

5 years ago

0.10.9

5 years ago

0.10.8

5 years ago

0.10.7

5 years ago

0.10.6

5 years ago

0.10.5

5 years ago

0.10.4

5 years ago

0.10.3

5 years ago

0.10.2

5 years ago

0.10.0

5 years ago

0.10.1

5 years ago

0.9.25

5 years ago

0.9.24

5 years ago

0.9.23

5 years ago

0.9.22

5 years ago

0.9.21

5 years ago

0.9.20

5 years ago

0.9.19

5 years ago

0.9.18

5 years ago

0.9.17

5 years ago

0.9.16

5 years ago

0.9.15

5 years ago

0.9.14

5 years ago

0.9.13

5 years ago

0.9.11

5 years ago

0.9.10

5 years ago

0.9.9

5 years ago

0.9.7

5 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.8.9

5 years ago

0.8.8

5 years ago

0.8.7

5 years ago

0.8.6

5 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.0

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.5.0

5 years ago

0.3.0

5 years ago