You can use the default npm registry or any mirror you prefer.
npm install @visactor/vgraph --save
After successful installation, you can import vgraph to develop rich graph analysis products:
import { Graph } from'@visactor/vgraph';
Quick Try
After introducing vGraph to the page, we are ready to create our first graph. The following is an example of building our first graph with a Hello World example.