{"id":19311252,"url":"https://github.com/quasarframework/quasar-hackernews","last_synced_at":"2025-09-14T04:38:20.231Z","repository":{"id":48140775,"uuid":"137934386","full_name":"quasarframework/quasar-hackernews","owner":"quasarframework","description":"HackerNews clone built with Vue 2.0, vue-router \u0026 vuex \u0026 Quasar Framework, with server-side rendering","archived":false,"fork":false,"pushed_at":"2018-07-25T14:59:19.000Z","size":1011,"stargazers_count":25,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2025-04-22T14:40:22.922Z","etag":null,"topics":["pwa","quasar-framework","server-side-rendering","vue","vue2","vuejs2"],"latest_commit_sha":null,"homepage":"https://quasar-hackernews.now.sh","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/quasarframework.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}},"created_at":"2018-06-19T19:11:09.000Z","updated_at":"2022-08-04T04:02:00.000Z","dependencies_parsed_at":"2022-08-28T03:02:28.472Z","dependency_job_id":null,"html_url":"https://github.com/quasarframework/quasar-hackernews","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quasarframework/quasar-hackernews","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-hackernews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-hackernews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-hackernews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-hackernews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quasarframework","download_url":"https://codeload.github.com/quasarframework/quasar-hackernews/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-hackernews/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275062958,"owners_count":25398886,"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-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["pwa","quasar-framework","server-side-rendering","vue","vue2","vuejs2"],"created_at":"2024-11-10T00:28:27.248Z","updated_at":"2025-09-14T04:38:20.200Z","avatar_url":"https://github.com/quasarframework.png","language":"JavaScript","readme":"![Quasar Framework logo](https://cdn.rawgit.com/quasarframework/quasar-art/863c14bd/dist/svg/quasar-logo-full-inline.svg)\n\n\u003e Build responsive Single Page Apps, **SSR Apps**, PWAs, Hybrid Mobile Apps and Electron Apps, all using the same codebase!, powered with Vue.\n\n# quasar-hackernews\n\nHackerNews clone built with Vue 2.0 + vue-router + vuex + [Quasar Framework](https://quasar-framework.org), with server-side rendering.\n\n*Will get rewritten by using Quasar CLI soon*\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://quasar-hackernews.now.sh\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.rawgit.com/quasarframework/quasar-hackernews/dev/quasar-hackernews-screenshot.png\" width=\"700px\"\u003e\n    \u003cbr\u003e\n    Live Demo\n  \u003c/a\u003e\n\u003c/p\u003e\n\nForked from [vue-hackernews-2.0](https://github.com/quasarframework/quasar-hackernews).\n\n## Features\n\n\u003e Note: in practice, it is unnecessary to code-split for an app of this size (where each async chunk is only a few kilobytes), nor is it optimal to extract an extra CSS file (which is only 1kb) -- they are used simply because this is a demo app showcasing all the supported features. In real apps, you should always measure and optimize based on your actual app constraints.\n\n- Server Side Rendering\n  - Vue + vue-router + vuex working together\n  - Server-side data pre-fetching\n  - Client-side state \u0026 DOM hydration\n  - Automatically inlines CSS used by rendered components only\n  - Preload / prefetch resource hints\n  - Route-level code splitting\n- Progressive Web App\n  - App manifest\n  - Service worker\n  - 100/100 Lighthouse score\n- Single-file Vue Components\n  - Hot-reload in development\n  - CSS extraction for production\n- Animation\n  - Effects when switching route views\n  - Real-time list updates with FLIP Animation\n\n## Architecture Overview\n\n\u003cimg width=\"973\" alt=\"screen shot 2016-08-11 at 6 06 57 pm\" src=\"https://cloud.githubusercontent.com/assets/499550/17607895/786a415a-5fee-11e6-9c11-45a2cfdf085c.png\"\u003e\n\n**A detailed Vue SSR guide can be found [here](https://ssr.vuejs.org).**\n\n## Build Setup\n\n**Requires Node.js 7+**\n\n``` bash\n# install dependencies\n$ yarn # or: npm install\n\n# serve in dev mode, with hot reload at localhost:9554\n$ yarn dev # or: npm run dev\n# ..or with iOS theme:\n$ QUASAR_THEME=ios yarn dev\n\n# build for production\n$ yarn build # or: npm run build\n# ..or with iOS theme:\n$ QUASAR_THEME=ios yarn build\n\n# serve in production mode (after building it)\n$ yarn start # or: npm start\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarframework%2Fquasar-hackernews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasarframework%2Fquasar-hackernews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarframework%2Fquasar-hackernews/lists"}