Skip to content

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

Notifications You must be signed in to change notification settings

robertfoobar/es6-custom-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published