An open API service indexing awesome lists of open source software.

https://github.com/itsabdessalam/github-timeline-vuejs-graphql

⏳GitHub timeline user projects built with Vue.js and GraphQL
https://github.com/itsabdessalam/github-timeline-vuejs-graphql

api github graphql repository timeline vuejs

Last synced: 3 months ago
JSON representation

⏳GitHub timeline user projects built with Vue.js and GraphQL

Awesome Lists containing this project

README

          

# GitHub Timeline built with Vue.js and GraphQL [![Netlify Status](https://api.netlify.com/api/v1/badges/7a054342-c9ef-4ca1-a33c-13984f7251c3/deploy-status)](https://app.netlify.com/sites/github-user-timeline/deploys)

> Project idea based on

## Preview deploy

Demo:

![preview](./screenshots/screenshot1.png)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).