Go to file
thinkinggis 73551538ae Merge branch 'site' of https://github.com/antvis/L7 into site 2019-11-21 20:28:16 +08:00
.github fix(fix): fix 2019-11-21 13:06:13 +08:00
.storybook fix(fix): fix 2019-11-21 13:06:13 +08:00
.vscode fix(fix): fix 2019-11-21 13:06:13 +08:00
build fix(maker): marker demo 2019-11-21 18:46:52 +08:00
demos refactor(l7 lib): update libs 2019-11-21 17:52:18 +08:00
dev-docs fix(fix): fix 2019-11-21 13:06:13 +08:00
docs Merge branch 'site' of https://github.com/antvis/L7 into site 2019-11-21 20:28:16 +08:00
examples fix(maker): marker demo 2019-11-21 18:46:52 +08:00
jest fix(fix): fix 2019-11-21 13:06:13 +08:00
packages docs(site): update site 2019-11-21 20:15:06 +08:00
site docs(site): update site 2019-11-21 20:15:06 +08:00
stories fix(fix): fix 2019-11-21 13:06:13 +08:00
.editorconfig fix(fix): fix 2019-11-21 13:06:13 +08:00
.eslintrc fix(fix): fix 2019-11-21 13:06:13 +08:00
.gitignore fix(fix): fix 2019-11-21 13:06:13 +08:00
.prettierrc fix(fix): fix 2019-11-21 13:06:13 +08:00
.stylelintrc fix(fix): fix 2019-11-21 13:06:13 +08:00
.travis.yml fix(fix): fix 2019-11-21 13:06:13 +08:00
LICENSE.md fix(fix): fix 2019-11-21 13:06:13 +08:00
README.md refactor(l7 lib): update libs 2019-11-21 17:52:18 +08:00
README.zh.md fix(readme): readme 2019-11-21 13:44:32 +08:00
babel.config.js fix(layerservice): fix init bugs in layer service 2019-11-21 17:38:56 +08:00
commitlint.config.js fix(fix): fix 2019-11-21 13:06:13 +08:00
gatsby-browser.js fix(maker): marker demo 2019-11-21 18:46:52 +08:00
gatsby-config.js fix(fix): fix 2019-11-21 13:06:13 +08:00
gatsby-node.js fix(maker): marker demo 2019-11-21 18:46:52 +08:00
jest.config.js fix(fix): fix 2019-11-21 13:06:13 +08:00
lerna.json fix(fix): fix 2019-11-21 13:06:13 +08:00
package.json Merge branch 'site' of https://github.com/antvis/L7 into site 2019-11-21 20:28:16 +08:00
tsconfig.build.json fix(fix): fix 2019-11-21 13:06:13 +08:00
tsconfig.json fix(fix): fix 2019-11-21 13:06:13 +08:00
tslint.json fix(fix): fix 2019-11-21 13:06:13 +08:00
tslint.prod.json fix(fix): fix 2019-11-21 13:06:13 +08:00
tslint.test.json fix(fix): fix 2019-11-21 13:06:13 +08:00

README.md

L7

最近提交

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

Installation

 npm install @antv/l7@beta

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