• Stars
    star
    297
  • Rank 140,075 (Top 3 %)
  • Language Vue
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🌰基于vue编写的一些自定义bpmn.js案例-基础篇

bpmn-vue-basic

项目描述

此项目为以下章节中的教材案例.

项目截图:

img1

如何使用

将项目克隆至本地:

git clone [email protected]:LinDaiDai/bpmn-vue-basic.git

安装依赖:

npm install

本地启动项目:

npm run serve

打包发布至生成环境:

npm run build