Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
/ GIT8-vue Public archive

A GitHub notification tool

Notifications You must be signed in to change notification settings

4ban-old/GIT8-vue

Repository files navigation

GIT8

GitHub notification tool

The idea and style of the app is inspired by the gitify app.

This is a prototype application with similar functionality written using Electron, Vue.js, Quasar Framework technologies. The application is still being developed for educational purposes, the code is being refactored, although it will most likely be completely rewritten.

Screenshots

Login page:

Screen Shot 2020-02-19 at 12 19 26 PM

Main screen:

Screen Shot 2020-02-19 at 12 15 03 PM

Preferences page:

Screen Shot 2020-02-19 at 12 15 22 PM

Tray icon with and without new notifications:

Screen Shot 2020-02-19 at 12 15 56 PM Screen Shot 2020-02-19 at 12 16 02 PM

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron
# or
yarn run dev

Lint the files

yarn run lint

Build the app for production

yarn run build
# or
quasar build