install Polymer and explore creating our first custom element:
bower install polymer
index.html:
Polymer
- include webcomponents-list.js file
- import polymer.html file
- import our compoment hello-world.html file
hello-world.html:
Hello, [[name]]