https://github.com/ingressorapidowebcomponents/import-lodash
https://github.com/ingressorapidowebcomponents/import-lodash
import js library lodash polymer webcomponent webcomponents
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ingressorapidowebcomponents/import-lodash
- Owner: IngressoRapidoWebComponents
- License: mit
- Created: 2017-06-06T18:05:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T17:50:31.000Z (over 6 years ago)
- Last Synced: 2025-04-10T19:16:25.389Z (about 1 year ago)
- Topics: import, js, library, lodash, polymer, webcomponent, webcomponents
- Language: HTML
- Size: 26.4 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/IngressoRapidoWebComponents/import-lodash)
# \
Import of Lodash using HTML Imports
## 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.