@antv/g6-pc

v0.8.4
A Graph Visualization Framework in JavaScript
antv g6 graph graph analysis graph editor graph visualization relational data

start

father build --watch

build

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

build:umd

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

build:umd:profile

webpack --config webpack.config.js --mode production --profile --json > stats.json

ci

npm run build && npm run coverage

clean

rimraf es esm lib dist

coverage

jest --coverage

demos

start-storybook -p 8080 -c .storybook

doc

rimraf apis && typedoc

lint

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

lint:src

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

prettier

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

test

jest

test-live

DEBUG_MODE=1 jest --watch ./tests/unit/layout/pipes-spec.ts

lint-staged:js

eslint --ext .js,.jsx,.ts,.tsx

watch

father build -w

cdn

antv-bin upload -n @antv/g6
npm i @antv/[email protected]

Metadata

  • MIT
  • Whatever
  • https://github.com/orgs/antvis/people
  • released 1/30/2023

Downloads