{"id":15099263,"url":"https://github.com/webcomponents/webcomponents.github.io","last_synced_at":"2025-10-08T05:30:51.760Z","repository":{"id":10142264,"uuid":"12217526","full_name":"webcomponents/webcomponents.github.io","owner":"webcomponents","description":"WebComponents.org is where community-members document Web Components best practices","archived":true,"fork":false,"pushed_at":"2017-01-11T02:05:30.000Z","size":84966,"stargazers_count":734,"open_issues_count":7,"forks_count":119,"subscribers_count":80,"default_branch":"site","last_synced_at":"2024-10-02T06:42:30.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://webcomponents.org","language":"JavaScript","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/webcomponents.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-19T13:36:14.000Z","updated_at":"2024-09-29T01:51:33.000Z","dependencies_parsed_at":"2022-08-31T03:11:52.846Z","dependency_job_id":null,"html_url":"https://github.com/webcomponents/webcomponents.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcomponents%2Fwebcomponents.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcomponents%2Fwebcomponents.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcomponents%2Fwebcomponents.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcomponents%2Fwebcomponents.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcomponents","download_url":"https://codeload.github.com/webcomponents/webcomponents.github.io/tar.gz/refs/heads/site","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235683861,"owners_count":19029079,"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","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":[],"created_at":"2024-09-25T17:08:52.861Z","updated_at":"2025-10-08T05:30:42.758Z","avatar_url":"https://github.com/webcomponents.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [webcomponents.github.io](http://webcomponents.github.io/)\n\n[![Build Status](http://img.shields.io/travis/webcomponents/webcomponents.github.io/site.svg?style=flat)](https://travis-ci.org/webcomponents/webcomponents.github.io)\n[![Dependency Status](http://img.shields.io/david/webcomponents/webcomponents.github.io.svg?style=flat)](https://david-dm.org/webcomponents/webcomponents.github.io)\n[![DevDependencies Status](http://img.shields.io/david/dev/webcomponents/webcomponents.github.io.svg?style=flat)](https://david-dm.org/webcomponents/webcomponents.github.io#info=devDependencies)\n\n\u003e Deprecated. Please see [webcomponents/webcomponents.org](https://github.com/webcomponents/webcomponents.org).\n\n\u003e WebComponents.org is a place for web component authors to discuss and share best practices, patterns and learning resources.\n\n## Setup\n\nThis site is made with [DocPad](https://github.com/bevry/docpad), a static generator in [Node](http://nodejs.org/), and the best way to install it is via [npm](http://npmjs.org/).\n\nFirst, you need to clone the project:\n\n```sh\n$ git clone https://github.com/webcomponents/webcomponents.github.io\n```\n\nThen go to the folder and install all dependencies:\n\n```sh\n$ cd webcomponents.github.io\n$ npm install\n```\n\nNow you're good to go!\n\n## Usage\n\nDocPad has three basic options used in this project:\n\nTo regenerate the site as you edit and save files, which can be viewed at `http://localhost:9778`, run:\n\n```sh\n$ npm run watch\n```\n\nTo generate a static version of the site, that is ready to upload to a server (it will create a folder called `out`), run:\n\n```sh\n$ npm run build\n```\n\nTo generate and send the output to `gh-pages` branch, run:\n\n```sh\n$ npm run deploy\n```\n\n## Tasks\n\nWe use [Grunt](http://gruntjs.com/), a task-runner in [Node](http://nodejs.org/), to automate things.\n\nTo install it and all the other dependencies, run:\n\n```sh\n$ npm install -g grunt-cli\n```\n\nTo check performance regressions, run:\n\n```sh\n$ grunt pagespeed\n```\n\n\u003e P.S.: You'll need to [generate a PageSpeed API key](https://developers.google.com/speed/docs/insights/v1/getting_started#auth) and defined it as an environment variable.\n\n## Browser Support\n\nWe do care about it.\n\n| \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/chrome/chrome_64x64.png\" width=\"48px\" height=\"48px\" alt=\"Chrome logo\"\u003e | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/edge/edge_64x64.png\" width=\"48px\" height=\"48px\" alt=\"Edge logo\"\u003e | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/firefox/firefox_64x64.png\" width=\"48px\" height=\"48px\" alt=\"Firefox logo\"\u003e | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/internet-explorer/internet-explorer_64x64.png\" width=\"48px\" height=\"48px\" alt=\"Internet Explorer logo\"\u003e | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/opera/opera_64x64.png\" width=\"48px\" height=\"48px\" alt=\"Opera logo\"\u003e | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/safari/safari_64x64.png\" width=\"48px\" height=\"48px\" alt=\"Safari logo\"\u003e |\n|:---:|:---:|:---:|:---:|:---:|:---:|\n| Latest ✔ | Latest ✔ | Latest ✔ | IE 9+ ✔ | Latest ✔ | Latest ✔ |\n\n## Team\n\nWebComponents.org is maintained by these people and a bunch of awesome [contributors](https://github.com/webcomponents/webcomponents.github.io/graphs/contributors).\n\n[![Zeno](https://2.gravatar.com/avatar/e190023b66e2b8aa73a842b106920c93)](https://github.com/zenorocha) | [![Addy](https://2.gravatar.com/avatar/96270e4c3e5e9806cf7245475c00b275)](https://github.com/addyosmani) | [![Eric](https://2.gravatar.com/avatar/e7948aac7c52b26470be80311873a398)](https://github.com/ebidel) | [![Briza](https://2.gravatar.com/avatar/c272a0a8972473fdf231f2b2d897c242)](https://github.com/brizabueno) | [![Alex](https://2.gravatar.com/avatar/6b6e18cfbf7f90a6848d85db7348b0e9)](https://github.com/jkomoros)\n--- | --- | --- | --- | ---\n[Zeno Rocha](https://github.com/zenorocha) | [Addy Osmani](https://github.com/addyosmani) | [Eric Bidelman](https://github.com/ebidel) | [Briza Bueno](https://github.com/brizabueno) | [Alex Komoroske](https://github.com/jkomoros)\n\n[![Eduardo](https://2.gravatar.com/avatar/42327de520e674a6d1686845b30778d0)](https://github.com/eduardolundgren) | [![Pascal](https://2.gravatar.com/avatar/b32bdb1fc9fdadeb45d7a1267fdd2fc4)](https://github.com/PascalPrecht) | [![Bernard](https://2.gravatar.com/avatar/bc16c9be1e05e65395487b78b1cc72c0)](https://github.com/bernarddeluna) | [![Sindre](https://2.gravatar.com/avatar/d36a92237c75c5337c17b60d90686bf9)](https://github.com/sindresorhus) | [![Rob](https://2.gravatar.com/avatar/95c3a3b33ea51545229c625bef42e343)](https://github.com/robdodson)\n--- | --- | --- | --- | ---\n[Eduardo L.](https://github.com/eduardolundgren) | [Pascal Precht](https://github.com/PascalPrecht) | [Bernard De L.](https://github.com/bernarddeluna) | [Sindre Sorhus](https://github.com/sindresorhus) | [Rob Dodson](https://github.com/robdodson)\n\n## Contributing\n\nSee the [Contributing guide](https://github.com/webcomponents/webcomponents.github.io/blob/site/CONTRIBUTING.md).\n\n## License\n\nSource code is available under [MIT](http://webcomponentsorg.mit-license.org) license and content is under [Creative Commons BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/deed.en_US).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcomponents%2Fwebcomponents.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcomponents%2Fwebcomponents.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcomponents%2Fwebcomponents.github.io/lists"}