https://github.com/bahrus/poly-prep
Helper elements to load polymer elements asynchronously.
https://github.com/bahrus/poly-prep
Last synced: 3 months ago
JSON representation
Helper elements to load polymer elements asynchronously.
- Host: GitHub
- URL: https://github.com/bahrus/poly-prep
- Owner: bahrus
- License: mit
- Created: 2017-06-20T23:48:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T11:16:29.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T00:04:33.175Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/bahrus/poly-prep)
# \
Helper elements to load polymer elements asynchronously.
There are lots of errors that get thrown when async flag is used for polymer references. See [examples here](https://github.com/Polymer/polymer/issues/4631). Apparently, some of these are caused by a bug in chrome. Perhaps when that bug
is fixed, there will be no need for this component.## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```## Running Tests
```
$ polymer test
```Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.