{"id":19165112,"url":"https://github.com/tookit/poly-dashboard","last_synced_at":"2026-06-16T12:32:09.210Z","repository":{"id":81543234,"uuid":"64895685","full_name":"tookit/poly-dashboard","owner":"tookit","description":"A dashboard UI base on Polymer","archived":false,"fork":false,"pushed_at":"2016-08-19T12:58:13.000Z","size":254,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T23:14:25.201Z","etag":null,"topics":["dashboard","polymer","ui"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tookit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-08-04T02:34:20.000Z","updated_at":"2018-09-10T17:11:31.000Z","dependencies_parsed_at":"2023-03-02T07:01:04.403Z","dependency_job_id":null,"html_url":"https://github.com/tookit/poly-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tookit/poly-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fpoly-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fpoly-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fpoly-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fpoly-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tookit","download_url":"https://codeload.github.com/tookit/poly-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fpoly-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34406820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["dashboard","polymer","ui"],"created_at":"2024-11-09T09:26:33.744Z","updated_at":"2026-06-16T12:32:09.196Z","avatar_url":"https://github.com/tookit.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polymer App Toolbox - Drawer Template\n\nThis template is a starting point for building apps using a drawer-based\nlayout.  The layout is provided by `app-layout` elements.\n\nThis template, along with the `polymer-cli` toolchain, also demonstrates use\nof the \"PRPL pattern\" This pattern allows fast first delivery and interaction with\nthe content at the initial route requested by the user, along with fast subsequent\nnavigation by pre-caching the remaining components required by the app and\nprogressively loading them on-demand as the user navigates through the app.\n\nThe PRPL pattern, in a nutshell:\n\n* **Push** components required for the initial route\n* **Render** initial route ASAP\n* **Pre-cache** components for remaining routes\n* **Lazy-load** and progressively upgrade next routes on-demand\n\n### Setup\n\n##### Prerequisites\n\nInstall [polymer-cli](https://github.com/Polymer/polymer-cli):\n\n    npm install -g polymer-cli\n\n##### Initialize project from template\n\n    mkdir my-app\n    cd my-app\n    polymer init app-drawer-template\n\n### Start the development server\n\nThis command serves the app at `http://localhost:8080` and provides basic URL\nrouting for the app:\n\n    polymer serve\n\n\n### Build\n\nThis command performs HTML, CSS, and JS minification on the application\ndependencies, and generates a service-worker.js file with code to pre-cache the\ndependencies based on the entrypoint and fragments specified in `polymer.json`.\nThe minified files are output to the `build/unbundled` folder, and are suitable\nfor serving from a HTTP/2+Push compatible server.\n\nIn addition the command also creates a fallback `build/bundled` folder,\ngenerated using fragment bundling, suitable for serving from non\nH2/push-compatible servers or to clients that do not support H2/Push.\n\n    polymer build\n\n### Test the build\n\nThis command serves the minified version of the app in an unbundled state, as it would\nbe served by a push-compatible server:\n\n    polymer serve build/unbundled\n\nThis command serves the minified version of the app generated using fragment bundling:\n\n    polymer serve build/bundled\n\n### Extend\n\nYou can extend the app by adding more elements that will be demand-loaded\ne.g. based on the route, or to progressively render non-critical sections\nof the application.  Each new demand-loaded fragment should be added to the\nlist of `fragments` in the included `polymer.json` file.  This will ensure\nthose components and their dependencies are added to the list of pre-cached\ncomponents (and will have bundles created in the fallback `bundled` build).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftookit%2Fpoly-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftookit%2Fpoly-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftookit%2Fpoly-dashboard/lists"}