antv-l7/packages/mini
@thinkinggis 4db42a1814
Chore lint update (#1600)
* chore: update lint config

* fix: 移除空行

* fix: util export

* chore: 优化lint 配置
2023-02-14 18:01:02 +08:00
..
src Chore lint update (#1600) 2023-02-14 18:01:02 +08:00
.fatherrc.ts chore: replace storybook with dumi (#1256) 2022-08-08 16:41:30 +08:00
.gitignore Shihui dev (#818) 2021-11-01 21:13:19 +08:00
CHANGELOG.md Shihui dev (#818) 2021-11-01 21:13:19 +08:00
README.md Shihui dev (#818) 2021-11-01 21:13:19 +08:00
package.json chore: update version 2.13.5 -> 2.13.6 (#1603) 2023-02-14 17:46:10 +08:00
tsconfig.build.json Shihui dev (#818) 2021-11-01 21:13:19 +08:00

README.md

L7

最近提交

L7 Large-scale WebGL-powered Geospatial data visualization analysis framework

l7 visualization demos

l7 demo

Installation

 npm install @antv/l7

Features

Development

使用 Yarn Workspace 完成依赖安装以及各包之间的 link 工作:

yarn install

开发模式:

yarn watch

运行 Demo

yarn storybook

代替 git commit 提交:

yarn commit

view doc example

  npm  start

visit http://localhost:8000/

Add Package

add new package

lerna create my-pack -y

将 ui-lib 作为 my-pack 的依赖:

yarn workspace my-pack add ui-lib/1.0.0

将 lodash 添加为所有 package 的依赖(不包含root

yarn workspaces run add lodash

将 typescript 设置为 root 的开发依赖

yarn add -W -D typescript jest