g6/packages/site/docs/apis
2023-11-10 22:11:33 +08:00
..
behaviors docs: update v5 docs 2023-11-07 21:39:59 +08:00
data docs: update readme in site 2023-11-10 13:44:42 +08:00
graph docs: update links in docs 2023-11-10 13:35:12 +08:00
item docs: en docs for data and graph apis 2023-11-10 12:42:25 +08:00
layout docs: add docs for layouts 2023-11-09 17:50:23 +08:00
plugins docs: update v5 docs 2023-11-07 21:39:59 +08:00
shape docs: set orders 2023-11-10 22:11:33 +08:00
.nojekyll feat: fix plugin demo with extensions (#4885) 2023-08-31 01:43:08 +08:00
guideline.en.md chore: arrange the docs 2023-11-07 18:30:09 +08:00
guideline.zh.md docs: en docs for data and graph apis 2023-11-10 12:42:25 +08:00
README.en.md docs: update readme in site 2023-11-10 13:44:42 +08:00
README.zh.md docs: update readme in site 2023-11-10 13:44:42 +08:00

title
README

New Feature Introduction

Introduction.

Features DEMO.

Upgrade Guide

Upgrade Guide.

Quick Start

Quick Start.

Tutorials

Tutorials.

Contributing

# Install dependencies in the root directory of the project
$ pnpm install

# Navigate to the g6 package directory from the root directory
$ cd packages/g6

# Build
$ npm run build

# Start the integration test demo
$ npm run dev

# Run all unit tests
$ npm run test

# Run the official website. Make sure the g6 package is already built before this step
$ cd packages/site
$ tnpm start