https://github.com/cadekynaston/vuer
A GitHub profile analysis tool built using Vue.
https://github.com/cadekynaston/vuer
Last synced: 5 months ago
JSON representation
A GitHub profile analysis tool built using Vue.
- Host: GitHub
- URL: https://github.com/cadekynaston/vuer
- Owner: cadekynaston
- License: mit
- Created: 2019-12-14T18:51:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:59:54.000Z (over 2 years ago)
- Last Synced: 2024-08-02T02:10:54.519Z (9 months ago)
- Language: Vue
- Homepage: https://vuer.now.sh
- Size: 938 KB
- Stars: 33
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - vuer - A GitHub profile analysis tool built using Vue. (Vue)
README
VUER
Vuer is a GitHub profile viewing tool. [Check it out!](https://vuer.now.sh?u=yyx990803)
## Contributing
PR's welcome! Feel free to submit a PR if you want something added or changed. You may also submit an issue.## Running the Project
Once you have the project on your machine, run:
```
npm install
npm run serve
```## Project Details
This was my first attempt at creating something using [Vue](https://vuejs.org/) and I found it to be very enjoyable. The docs are great and the syntax is pretty easy to pick up.I knocked out a list of things I have been wanting to learn by doing this project, besides Vue, including [Bulma](https://bulma.io/), [Zeit](https://zeit.co/), and [Charts.js](https://www.chartjs.org/).
Unfortunately I didn't realize GitHub has a [GraphQL API](https://developer.github.com/v4/) until I was pretty much done with the project or else I would have used that.
## Tech Stack
- [Vue](https://vuejs.org/)
- [Zeit](https://zeit.co/)
- [Bulma](https://bulma.io/)
- [Charts.js](https://www.chartjs.org/)
- [Moment.js](https://momentjs.com/)