antv-l7/docs/tutorial/quickstart.zh.md

572 B

title order redirect_from
快速上手 0
/zh/docs/tutorial

L7

Current version: 2.0.0-beta.10

使用方法

通过 L7 CDN 使用

Include the L7 JS JavaScript <head> of your HTML file.

<head>
<script src='https://gw.alipayobjects.com/os/antv/pkg/_antv.l7-2.0.0-beta.5/dist/l7.js'>
</script>
</head>

通过 Module bundle 使用

Install the npm package.


npm install --save @antv/l7@beta

// 或者
yarn add  --save @antv/l7@beta