1.0.1 • Published 1 year ago

linguistical v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Linguistical 📊

GitHub language stats Vue component

Dark theme Light theme

A near perfect replica of the GitHub language stats graph built for Vue. Pulls code data right from your repository so it is always up to date.

Great for

  • portfolio sites
  • project wikis
  • and more

Getting Started

  1. Install the GitHub app so Linguistical can access your data
  2. Install the Linguistical library to your Vue project: npm i linguistical
  3. Import and implement the component anywhere in your project (don't forget the CSS!). Make sure to pass it your username and the repository name that you want to pull stats from:
<script>
import Linguistical from 'linguistical'
import('linguistical/dist/style.css')
</script>

<template>
  <Linguistical user="username" repo="reponame" />
</template>

Customization

Currently Linguistical supports two themes: light and dark. light is default. The styling is copied from GitHub's light and dark themes.

Theming is controlled with the theme prop:

<Linguistical theme="dark" user="username" repo="reponame" />

Contribution

To run the demo app:

npm install
npm run dev

Recommended IDE Setup

1.0.1

1 year ago

1.0.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.0

1 year ago