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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6-custom-element

create your custom element

npm i -g polymer-cli@1.7.2
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

About

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


Languages

Language:JavaScript 82.5%Language:HTML 17.5%