Skip to content

Commit

Permalink
🍭
Browse files Browse the repository at this point in the history
  • Loading branch information
mondial7 committed Nov 20, 2017
1 parent 7fa6e16 commit 3a16544
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

Import Echarts JS library

## Install the Polymer-CLI
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/mondial7/echarts-wc-import)

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
Example:
<!---
```

## Running Tests

<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="echarts-wc-import.html">
<div>
<next-code-block></next-code-block>
</div>
</template>
</custom-element-demo>
```
$ polymer test
-->
```html
<echarts-wc-import group="common"></echarts-wc-import>
```

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.

0 comments on commit 3a16544

Please sign in to comment.