Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 556 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 556 Bytes

bpmn-custom-modeler

项目描述

此项目为《封装组件篇》中的教材案例.

项目截图:

img1

如何使用

将项目克隆至本地:

git clone [email protected]:LinDaiDai/bpmn-custom-modeler.git

安装依赖:

npm install

本地启动项目:

npm run serve

打包发布至生成环境:

npm run build