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
- Host: GitHub
- URL: https://github.com/anugeeth/github-search
- Owner: Anugeeth
- Created: 2020-04-27T12:15:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:00:57.000Z (about 3 years ago)
- Last Synced: 2023-03-06T15:07:20.405Z (almost 3 years ago)
- Topics: github-api, vuejs
- Language: Vue
- Homepage: https://competent-lamport-97dc7b.netlify.app/
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub user search in vue.js
[](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/).