{"id":20472686,"url":"https://github.com/maxpou/gitvub","last_synced_at":"2025-07-22T00:32:18.152Z","repository":{"id":68227416,"uuid":"110162468","full_name":"maxpou/gitvub","owner":"maxpou","description":" :octocat: Github + Vue = GitVub","archived":false,"fork":false,"pushed_at":"2018-03-30T15:44:05.000Z","size":2940,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-04T07:05:59.008Z","etag":null,"topics":["axios","eslint-plugin-vue","github-api","jest","progressive-web-app","pwa","sass","vue","vue-router","vuex","workbox"],"latest_commit_sha":null,"homepage":"https://gitvub.azurewebsites.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxpou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-09T20:24:57.000Z","updated_at":"2023-12-05T15:51:43.000Z","dependencies_parsed_at":"2023-05-05T14:01:57.557Z","dependency_job_id":null,"html_url":"https://github.com/maxpou/gitvub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxpou/gitvub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fgitvub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fgitvub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fgitvub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fgitvub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxpou","download_url":"https://codeload.github.com/maxpou/gitvub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fgitvub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266404940,"owners_count":23923491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","eslint-plugin-vue","github-api","jest","progressive-web-app","pwa","sass","vue","vue-router","vuex","workbox"],"created_at":"2024-11-15T14:21:18.295Z","updated_at":"2025-07-22T00:32:18.122Z","avatar_url":"https://github.com/maxpou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitVub\n\n[![Build Status](https://travis-ci.org/maxpou/gitvub.svg?branch=master)](https://travis-ci.org/maxpou/gitvub) [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)\n\n\u003e GitHub + Vue.js = GitVub\n\nA Vue.js **Progressive Web App (PWA)** based on GitHub API.\n\n![mobile screens](docs/mobile-screens.png)\n\n*icon on desktop, splash screen and screen shot taken from this application*\n\nA demo is available here: [https://gitvub.azurewebsites.net](https://gitvub.azurewebsites.net/).\n\n## What's inside?\n\n* [Vue.js](https://vuejs.org/): an awesome JS Framework\n* [Vuex](https://vuex.vuejs.org/en/): A state management library for VueJs\n* [vue-router](https://router.vuejs.org/en/): a routing library\n* [Axios](https://github.com/mzabriskie/axios): a well known library for XMLHttpRequests\n* [Facebook/Jest](https://facebook.github.io/jest/): a test library\n* [Material Design Lite](https://getmdl.io/): CSS Framework\n* [Material Icons](https://material.io/icons/): a set of icons\n* [Workbox (v3)](https://developers.google.com/web/tools/workbox/next/): JavaScript libraries for Progressive Web Apps (PWA)\n\n... using the [GitHub Api](https://api.github.com/) ([doc](https://developer.github.com/v3)).\n\nBased on [vue-cli 3](https://github.com/vuejs/vue-cli/blob/dev/docs/README.md#conventions) and follow his file structure/conventions.\n\n\n## Notes\n\n* Code style follow:\n  * [StandarJS](https://standardjs.com/)\n  * [VueJS **reccomended** rules](https://vuejs.org/v2/style-guide/) (thanks to [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue#readme))\n* API tests use [dynamic import (Stage 3)](https://github.com/tc39/proposal-dynamic-import)\n\n\n## Testing service workers\n\n```bash\n$ npm install -g serve\n$ npm run build \u0026\u0026 serve dist\n```\n\n## Working with HTTPS\n\n```bash\n# first install ngrok (https://ngrok.com/)\n$ npm install -g ngrok\n\n# Terminal 1: (will run app on port 8080)\n$ npm run dev\n\n# Then on a 2nd terminal:\n$ ngrok http 8080\n\nngrok by @inconshreveable                                                                                                                                                                                                   (Ctrl+C to quit)\n\nSession Status                online\nVersion                       2.2.8\nRegion                        United States (us)\nWeb Interface                 http://127.0.0.1:4040\nForwarding                    http://ada5c26b.ngrok.io -\u003e localhost:8080\nForwarding                    https://ada5c26b.ngrok.io -\u003e localhost:8080\n\nConnections                   ttl     opn     rt1     rt5     p50     p90\n                              0       0       0.00    0.00    0.00    0.00\n```\n\nYou can now work with the HTTPS url given (in the example above: `https://ada5c26b.ngrok.io`)\n\n## Commands\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run serve\n\n# build for production with minification\nnpm run build\n\n# Run tests\nnpm test\n\n# Run tests + generate coverage (available under /tests/unit/coverage)\nnpm test -- --coverage\n\n# Run tests in watch node\nnpm test -- --watchAll\n\n# Run tests + update snapshots if needed\nnpm test -- -u\n```\n\nFor a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpou%2Fgitvub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxpou%2Fgitvub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpou%2Fgitvub/lists"}