https://github.com/chamerling/quickhubapp2
https://github.com/chamerling/quickhubapp2
electron github oauth2 vuejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chamerling/quickhubapp2
- Owner: chamerling
- Created: 2016-10-12T22:09:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T22:27:39.000Z (about 9 years ago)
- Last Synced: 2025-10-08T21:19:40.791Z (9 months ago)
- Topics: electron, github, oauth2, vuejs
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickhubApp2
(Electron + OAuth2 + Github + Vue)
## Install dependencies
```
yarn
# or
npm install
```
## Configure
1. Got to github and create a new application at https://github.com/settings/applications/new
2. Copy client ID and client secret and paste them in the `src/main/config.js` file
## Run
```
./node_modules/.bin/electron .
# or
npm start
```