Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmturley/web-components-polymer
- Owner: kmturley
- Created: 2014-05-22T21:26:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T19:57:20.000Z (over 10 years ago)
- Last Synced: 2024-05-02T00:59:49.168Z (7 months ago)
- Language: CSS
- Homepage: https://kimturley.co.uk/web-components-polymer/index.html
- Size: 512 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 togethernpm install -g vulcanize
vulcanize elements/my-element.html -o elements-compiled/my-element.html --inline --strip