mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
.. | ||
docs | ||
src | ||
.dumirc.ts | ||
.editorconfig | ||
.eslintrc.js | ||
.fatherrc.ts | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
.stylelintrc | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json |
@antv/g6-react-node
Using React Component to Define Your G6 Graph Node
Usage
TODO
Options
TODO
Development
# install dependencies
$ pnpm install
# develop library by docs demo
$ pnpm start
# build library source code
$ pnpm run build
# build library source code in watch mode
$ pnpm run build:watch
# build docs
$ pnpm run docs:build
# check your project for potential problems
$ pnpm run doctor
LICENSE
MIT