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

https://github.com/anugeeth/github-search

A user search page built on GitHub API v3
https://github.com/anugeeth/github-search

github-api vuejs

Last synced: 7 months ago
JSON representation

A user search page built on GitHub API v3

Awesome Lists containing this project

README

          

# GitHub user search in vue.js

[![Netlify Status](https://api.netlify.com/api/v1/badges/dabe9ad8-4bdb-49e6-9978-2733ca07092e/deploy-status)](https://app.netlify.com/sites/competent-lamport-97dc7b/deploys)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

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