antv-l7/README.md

21 lines
199 B
Markdown
Raw Normal View History

2018-10-23 19:32:42 +08:00
# L7
## Development
```bash
$ npm install
# run test case
$ npm run test-live
# build watching file changes and run demos
2019-08-01 18:23:38 +08:00
$ npm run start
2018-10-23 19:32:42 +08:00
# run demos
$ npm run demos
```
2019-08-01 18:23:38 +08:00
2018-10-23 19:32:42 +08:00
## How to Contribute