Go to file
afc163 38988f2e6d test: skip test case in travis 2019-11-22 20:18:36 +08:00
.github fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
.storybook fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
.vscode fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
build fix(site): megre conflict 2019-11-22 19:28:43 +08:00
demos refactor(l7 lib): update libs 2019-11-22 18:09:36 +08:00
dev-docs fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
docs fix(site): megre conflict 2019-11-22 19:28:43 +08:00
examples docs(image): zip image 2019-11-22 18:16:10 +08:00
jest fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
packages test: skip test case in travis 2019-11-22 20:18:36 +08:00
site fix(site): megre conflict 2019-11-22 19:28:43 +08:00
stories fix(site): megre conflict 2019-11-22 19:28:43 +08:00
.editorconfig fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
.eslintrc fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
.gitignore fix(site): megre conflict 2019-11-22 19:28:43 +08:00
.prettierrc fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
.stylelintrc fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
.travis.yml test: revert node version 2019-11-22 20:18:36 +08:00
.yarnrc chore: add .yarnrc 2019-11-22 20:18:33 +08:00
CHANGELOG.md docs(image): zip image 2019-11-22 18:16:10 +08:00
LICENSE.md fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
README.md chore: add badges in README 2019-11-22 20:18:34 +08:00
README.zh.md chore: add badges in README 2019-11-22 20:18:34 +08:00
babel.config.js test: fix babel-preset-gatsby error in travisci 2019-11-22 20:17:54 +08:00
commitlint.config.js fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
gatsby-browser.js docs(image): zip image 2019-11-22 18:16:10 +08:00
gatsby-config.js fix(site): megre conflict 2019-11-22 19:28:43 +08:00
gatsby-node.js fix(maker): marker demo 2019-11-22 18:09:36 +08:00
jest.config.js fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
lerna.json fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
package.json chore: remove NODE_ENV=site and allow using tnpm in yarn mode 2019-11-22 20:18:32 +08:00
tsconfig.build.json fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
tsconfig.json fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
tslint.json fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
tslint.prod.json fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
tslint.test.json fix(doc): file name lowercase 2019-11-22 18:08:49 +08:00
yarn.lock fix(fix css): fix css png 2019-11-22 18:04:14 +08:00

README.md

L7

[]travis ci](https://travis-ci.com/antvis/L7) 最近提交

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

l7 visualization demos

l7 demo

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