@antv/g6

v3.6.0
A Graph Visualization Framework in JavaScript
antv g6 graph graph analysis graph editor graph visualization relational data

ci

npm run build && npm run coverage

cdn

antv-bin upload -n @antv/g6

doc

rimraf apis && typedoc

lint

eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty "./"

test

jest

build

npm run clean && father build && npm run build:umd

clean

rimraf es esm lib dist

demos

start-storybook -p 8080 -c .storybook

start

npm run site:develop

watch

father build -w

coverage

jest --coverage

lint:src

eslint --cache --ext .ts --format=pretty "./src"

prettier

prettier -c --write "**/*"

build:umd

webpack --config webpack.config.js --mode production

test-live

DEBUG_MODE=1 jest --watch ./tests/unit/plugins/timebar-spec.ts

site:build

npm run site:clean && GATSBY=true gatsby build --prefix-paths

site:clean

gatsby clean

site:deploy

npm run site:build && gh-pages -d public

site:develop

GATSBY=true gatsby develop --open

lint-staged:js

eslint --ext .js,.jsx,.ts,.tsx
npm i @antv/[email protected]

Metadata

  • MIT
  • Whatever
  • https://github.com/orgs/antvis/people
  • released 7/28/2020

Downloads