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
- Host: GitHub
- URL: https://github.com/ykws/vue-github-explore
- Owner: ykws
- Created: 2020-08-12T16:16:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T16:47:27.000Z (over 5 years ago)
- Last Synced: 2025-01-28T13:41:28.835Z (12 months ago)
- Topics: axios, github-api, pagination, vue-cli, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-github-explore
[](https://developer.apple.com/macos/)
[](https://nodejs.org/en/)
[](https://classic.yarnpkg.com/en/)
[](https://vuejs.org/)
[](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/).