8000 GitHub - leixf2005/L7 at next
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ L7 Public
forked from antvis/L7

🌎 Large-scale WebGL-powered Geospatial Data Visualization

License

Notifications You must be signed in to change notification settings

leixf2005/L7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L7

最近提交

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

Installation

 npm install @antv/l7@beta

Features

Links

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

About

🌎 Large-scale WebGL-powered Geospatial Data Visualization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.0%
  • GLSL 8.0%
  • CSS 6.1%
  • JavaScript 1.9%
0