Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kmturley/web-components-polymer

Using Polymer to create web components
https://github.com/kmturley/web-components-polymer

Last synced: 1 day ago
JSON representation

Using Polymer to create web components

Awesome Lists containing this project

README

        

# Web Components

Using Polymer to create reusable web modules.

## Running the project locally

* Install Bower and then install the project dependancies

npm install -g bower
bower install

* Compile an element together

npm install -g vulcanize
vulcanize elements/my-element.html -o elements-compiled/my-element.html --inline --strip