https://github.com/crispengari/github-users-vue3
This is a simple frontend application using `Vue3` that allows users to search for `GitHub Repositories` and get the repositores list.
https://github.com/crispengari/github-users-vue3
api axios css github html javascript sass scss vue vuejs vuejs2 vuex3
Last synced: 2 months ago
JSON representation
This is a simple frontend application using `Vue3` that allows users to search for `GitHub Repositories` and get the repositores list.
- Host: GitHub
- URL: https://github.com/crispengari/github-users-vue3
- Owner: CrispenGari
- Created: 2021-03-21T13:33:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T13:35:57.000Z (over 5 years ago)
- Last Synced: 2025-04-03T18:52:03.757Z (about 1 year ago)
- Topics: api, axios, css, github, html, javascript, sass, scss, vue, vuejs, vuejs2, vuex3
- Language: Vue
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-users
This is a simple frontend application using `Vue3` that allows users to search for `GitHub Repositories` and get the repositores list.
## This Application is using:
- axios
- vuex
- github api
- vue3
## Demo

- [URL](https://github-users-8c9ad.web.app/)
## Hosting on Firebase
- To host this application make sure you have a firebase project and you enabled hosting
- [Firebase Console](https://console.firebase.google.com/)
- run the following commands
1. Login to firebase on you console
```shell
$ firebase login
```
2. Make firebase app configurations for hosting by selecting features you used for the application:
- hosting
- firestore
- etc
```shell
firebase init
What ...?(public) dist
```
- the public hosting directory for vue is `dist`
3. Run the build command
```
npm run build
```
4. finally
```
firebase deploy
```
## Credits:
- [Github](https://www.github.com/)
- [Stackoverflow](https//www.stackoverflow.com)
* [Firebase](https://console.firebase.google.com/)