https://github.com/startpolymer/cdn
A mirror of Polymer's components so that they can be used directly from CDN.
https://github.com/startpolymer/cdn
Last synced: 6 months ago
JSON representation
A mirror of Polymer's components so that they can be used directly from CDN.
- Host: GitHub
- URL: https://github.com/startpolymer/cdn
- Owner: StartPolymer
- Created: 2017-11-03T12:35:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T20:19:35.000Z (over 8 years ago)
- Last Synced: 2024-04-27T03:35:04.063Z (about 2 years ago)
- Homepage:
- Size: 8.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StartPolymer CDN
[](https://help.github.com/articles/about-pull-requests/)
A mirror of Polymer's components so that they can be used directly from CDN. This mirror is quickly than [PolyGit](https://polygit.org).
Suitable for online editors [JSFiddle](https://jsfiddle.net/StartPolymer/ww8hg0dp/) and
[Plunker](https://next.plnkr.co/edit/UFCR5v?p=preview) for creating, collaborating on and sharing your Polymer development ideas.
## Components
- [Components for Polymer v1](https://github.com/StartPolymer/cdn/tree/v1)
- [Components for Polymer v2](https://github.com/StartPolymer/cdn/tree/v2)
- [Components for Polymer v3](https://github.com/StartPolymer/cdn/tree/v3)
## How to use
### [RawGit](https://rawgit.com) - MaxCDN
```
https://cdn.rawgit.com/StartPolymer/cdn/v1.11.0/components/iron-icon/iron-icon.html
```
```
https://cdn.rawgit.com/StartPolymer/cdn/v2.2.0/components/iron-icon/iron-icon.html
```
### [GitHack](https://raw.githack.com) - Cloudflare CDN
```
https://rawcdn.githack.com/StartPolymer/cdn/v1.11.0/components/iron-icon/iron-icon.html
```
```
https://rawcdn.githack.com/StartPolymer/cdn/v2.2.0/components/iron-icon/iron-icon.html
```
### [GitCDN](https://gitcdn.xyz) - Cloudflare CDN
```
https://gitcdn.xyz/cdn/StartPolymer/cdn/v1.11.0/components/iron-icon/iron-icon.html
```
```
https://gitcdn.xyz/cdn/StartPolymer/cdn/v2.2.0/components/iron-icon/iron-icon.html
```
## Try Polymer template in online editors
- [JSFiddle](https://jsfiddle.net/StartPolymer/ww8hg0dp/)
- [Plunker](https://next.plnkr.co/edit/UFCR5v?p=preview)
## License
MIT: [StartPolymer/license](https://github.com/StartPolymer/license)