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

https://github.com/ykws/vue-github-explore

Explore GitHub Repositories with Vue.js
https://github.com/ykws/vue-github-explore

axios github-api pagination vue-cli vuejs vuetify

Last synced: 4 months ago
JSON representation

Explore GitHub Repositories with Vue.js

Awesome Lists containing this project

README

          

# vue-github-explore

[![macOS](https://img.shields.io/badge/macOS-Catalina-black)](https://developer.apple.com/macos/)
[![Node](https://img.shields.io/badge/node-v14.8.0-green)](https://nodejs.org/en/)
[![yarn](https://img.shields.io/badge/yarn-1.22.4-blue)](https://classic.yarnpkg.com/en/)
[![Vue](https://img.shields.io/badge/vue-2.6.11-brightgreen)](https://vuejs.org/)
[![Vue CLI](https://img.shields.io/badge/vuecli-4.5.3-brightgreen)](https://cli.vuejs.org/)

* [Search GitHub repositories](https://docs.github.com/en/free-pro-team@latest/rest/reference/search#search-repositories) with Vue.js
* Choice Repository (Add/Remove stocks)
* Use [Vuetify](https://vuetifyjs.com/en/)
* [Pagination](https://vuetifyjs.com/en/components/paginations/)

## 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/).