@antv/g6

v3.0.0-beta.10
graph visualization frame work
g6 relational data graph visualization graph editor graph analysis

ci

npm run lint && npm run test

dev

npm run watch & npm run demos-web

dist

npm run mkdir-dist && npm run build && npm run compress

lint

eslint --ext .js ./

test

torch --compile --renderer --opts test/mocha.opts --recursive ./test/unit

build

webpack

demos

electron ./demos/app.js

start

npm run dev

watch

webpack --config webpack-dev.config.js

update

rm -rf node_modules/ && tnpm i && rm -rf build && tnpm run build

win-dev

node ./bin/win-dev.js

coverage

npm run coverage-generator && npm run coverage-viewer

lint-fix

eslint --ext .html,.js --fix ./

build-lib

babel src --out-dir lib

demos-web

node ./demos/app.js --web --port 2046

test-live

torch --interactive --watch --opts test/mocha.opts --recursive ./test/unit

mkdir-dist

node ./bin/mkdir-dist.js

screenshot

node ./bin/screenshot.js

prepublishOnly

npm run build-lib && npm run build

coverage-viewer

torch-coverage

coverage-generator

torch --compile --coverage --renderer --recursive --source-pattern index.js,src/**/*.js test/unit/
npm i @antv/[email protected]

Metadata

  • MIT
  • >=8.9.0
  • https://github.com/orgs/antvis/people
  • released 1/21/2019

Downloads