Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 662 Bytes

File metadata and controls

38 lines (33 loc) · 662 Bytes

mxGraph-demo

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

mxGraph踩坑总结

要点1

exports-loader需要选用0.7.0版本,不要安装最新版1.0.0,否则会报错
安装命令npm install exports-loader@0.7.0 --save-dev