Skip to content

This is a simple frontend application using `Vue3` that allows users to search for `GitHub Repositories` and get the repositores list.

Notifications You must be signed in to change notification settings

CrispenGari/github-users-vue3

Repository files navigation

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

demo

Hosting on Firebase

  • To host this application make sure you have a firebase project and you enabled hosting
  • run the following commands
  1. Login to firebase on you console
$ firebase login
  1. Make firebase app configurations for hosting by selecting features you used for the application:
    • hosting
    • firestore
    • etc
firebase init
What ...?(public) dist
  • the public hosting directory for vue is dist
  1. Run the build command
npm run build
  1. finally
firebase deploy

Credits:

About

This is a simple frontend application using `Vue3` that allows users to search for `GitHub Repositories` and get the repositores list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published