/githubvue

App for Vue learning

Primary LanguageVue

Simple web client for GitHub.

The application is under construction.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

UI Layouts

Configure URLs

Change the following lines in the /public/config.json file for your or needed URLs:

{
    "repository": "https://api.github.com/users/ledrunning/repos",
    "commits": "https://api.github.com/repos/Ledrunning"
}

Customize configuration

See Configuration Reference.