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

https://github.com/robertfoobar/es6-custom-element

Sample project on how to use an es6 custom element created with Polymer 3 inside static html with cross browser support for evergreens and IE11
https://github.com/robertfoobar/es6-custom-element

custom-elements ecmascript6 polymer-3 polymer-cli webcomponents

Last synced: 3 months ago
JSON representation

Sample project on how to use an es6 custom element created with Polymer 3 inside static html with cross browser support for evergreens and IE11

Awesome Lists containing this project

README

        

# es6-custom-element

## create your custom element

```
npm i -g [email protected]
mkdir custom-polymer-element && cd custom-polymer-element
polymer init polymer-3-element
polymer serve
```
Polymer should host at http://localhost:8000/

## host this sample client

```
clone to repo
cd es6-custom-element
npm i -g http-sever
http-server
```

Go to http://localhost:8080