An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# StartPolymer CDN

[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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)