mirror of https://gitee.com/antv-l7/antv-l7
22 lines
266 B
Markdown
22 lines
266 B
Markdown
|
# L7
|
||
|
|
||
|
|
||
|
## Development
|
||
|
|
||
|
```bash
|
||
|
$ npm install
|
||
|
|
||
|
# run test case
|
||
|
$ npm run test-live
|
||
|
|
||
|
# build watching file changes and run demos
|
||
|
$ npm run dev
|
||
|
|
||
|
# run demos
|
||
|
$ npm run demos
|
||
|
```
|
||
|
visit online demo
|
||
|
http://site.alipay.net/datavis/L7/demos/index.html
|
||
|
|
||
|
## How to Contribute
|