Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 269 Bytes

G6-graph-example

An example of javascript G6 library (graph visualization)

Usage

  1. clone the repo
git clone https://github.com/shutdown57/G6-graph-example.git
  1. install dependencies
npm install
  1. run application
npm run dev