Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seangwright/polymer-intro
Explores the functionality available in Polymer 1.0
https://github.com/seangwright/polymer-intro
Last synced: about 9 hours ago
JSON representation
Explores the functionality available in Polymer 1.0
- Host: GitHub
- URL: https://github.com/seangwright/polymer-intro
- Owner: seangwright
- Created: 2016-01-29T05:20:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T15:26:34.000Z (about 9 years ago)
- Last Synced: 2025-02-04T13:11:40.719Z (1 day ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polymer Intro project
This project contains some explorations of component generation functionality provided by [Polymer 1.0](https://www.polymer-project.org/1.0/).
## Included Elements
* `two-way-binder` - Binds data between `input` element and `p` element content
* `code-viewer` - Accepts code as input in `textarea` and then reproduces code, properly highlighted, below. Also allows for `textarea` and highlighted code to be cleared.## How to Run
* pull down bower dependencies
* `bower install`
* install `http-server` or another way to serve static files
* `npm i http-server -g`
* type `http-server` at command line while in repository directory and load `http://127.0.0.1:8080/` into browser