https://github.com/ssthouse/github-visualization
simple github visualization
https://github.com/ssthouse/github-visualization
d3js github visualization vue
Last synced: 4 months ago
JSON representation
simple github visualization
- Host: GitHub
- URL: https://github.com/ssthouse/github-visualization
- Owner: ssthouse
- Created: 2018-05-02T08:30:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T08:16:47.000Z (over 1 year ago)
- Last Synced: 2025-04-11T13:48:20.384Z (9 months ago)
- Topics: d3js, github, visualization, vue
- Language: JavaScript
- Homepage: https://ssthouse.github.io/github-visualization
- Size: 15.3 MB
- Stars: 119
- Watchers: 8
- Forks: 33
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github visualization
> A simple project that viz your github repositories
> 一个可视化展示你的 Github 仓库的小项目
## Demo
link: https://ssthouse.github.io/github-visualization/#/main
### 效果图 2D / 2D Mode

### 效果图 3D / 3D Mode

## Develop
```bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification (this cmd will generate file for github page ==> in `docs` folder)
npm run build
```