npm install flow-chart-editor
npm i flow-chart-editor -S
`
可在页面中引用
`
import FCE from "flow-chart-ed";
var fce=new FCE(options...);
`
$3
`
flow-chart-editor
`
3. 二次开发-Build
二次开发前请确保已经安装node及webpack。在控制台中执行 npm run ,其中:
* dev:开发模式
* build`:执行打包