https://github.com/bkawk/load-now
A Polymer2 component that performs a lazy load whenrequestd
https://github.com/bkawk/load-now
Last synced: about 2 months ago
JSON representation
A Polymer2 component that performs a lazy load whenrequestd
- Host: GitHub
- URL: https://github.com/bkawk/load-now
- Owner: bkawk
- License: mit
- Created: 2017-05-02T23:23:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T00:37:08.000Z (almost 9 years ago)
- Last Synced: 2025-10-01T10:45:19.796Z (6 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
## 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.