当前位置: 首页 > news >正文

js 网站校验世界500强企业

js 网站校验,世界500强企业,做网站的系统设计,wordpress网代码显示背景 项目需求突然叫我实现一个类似processOn一样的在线流程图绘制工具。 这可难倒我了,立马去做调研,在github上找了很多个开源的流程图绘制工具, 对比下来我还是选择了 bpmn-js 原因: 1、他的流程图是涉及到业务的&#xff0c…

背景

项目需求突然叫我实现一个类似processOn一样的在线流程图绘制工具。
这可难倒我了,立马去做调研,在github上找了很多个开源的流程图绘制工具,
对比下来我还是选择了 bpmn-js

原因:
1、他的流程图是涉及到业务的,比如开始事件、结束事件等
2、扩展性很强(这个扩展性也太强了,很多api都是看源码找到,😭)
3、可以实现一个完整的流程事件,并进行模拟
在这里插入图片描述
接下来看看在vue项目中我们如何使用bpmn-js

第一步

引入npm 相关的包

npm install bpmn-js
npm install diagram-js

第二步

项目中使用

<template><div class="containers" tabindex="0"><divid="canvas"ref="canvas"  tabindex="0"      @contextmenu.prevent></div><a ref="downloadLink" hidden></a></div>
</template>
<script>
import CustomModeler from './config'
export default {methods:{init() {this.bpmnModeler = new CustomModeler({container: this.$refs.canvas,keyboard: {bindTo: this.$el},// 添加控制板propertiesPanel: {parent: '#js-properties-panel'},// 添加控制板overlays: {defaults: {show: { minZoom: 0.1 },scale: true}},additionalModules})this.createNewDiagram()},/*** bpmn绘制操作*/createNewDiagram() {// 将字符串转换成图显示出来this.bpmnModeler.importXML(this.xmlData).then(() => {this.bpmnModeler.get('canvas').zoom('fit-viewport', 'auto')})},}
}
</script>

config/index.js

import Modeler from 'bpmn-js/lib/Modeler'import inherits from 'inherits'import CustomModule from './custom'
import DisableModeling from './custom/disable-modeling'export default function CustomModeler(options) {Modeler.call(this, options)this._customElements = []
}inherits(CustomModeler, Modeler)CustomModeler.prototype._modules = [].concat(CustomModeler.prototype._modules,[CustomModule, DisableModeling])

文章转载自:
http://dinncorealign.zfyr.cn
http://dinncowestwardly.zfyr.cn
http://dinncoperceptibly.zfyr.cn
http://dinncogutturonasal.zfyr.cn
http://dinncoharshness.zfyr.cn
http://dinncoprome.zfyr.cn
http://dinncovisually.zfyr.cn
http://dinncoportacabin.zfyr.cn
http://dinncoribbonfish.zfyr.cn
http://dinncothyroxin.zfyr.cn
http://dinncoinexpungibility.zfyr.cn
http://dinncosemiology.zfyr.cn
http://dinncoclapham.zfyr.cn
http://dinncoaverseness.zfyr.cn
http://dinncohydrobiology.zfyr.cn
http://dinncounruled.zfyr.cn
http://dinncocuculliform.zfyr.cn
http://dinncoborscht.zfyr.cn
http://dinncokanzu.zfyr.cn
http://dinncobejesus.zfyr.cn
http://dinncoloyal.zfyr.cn
http://dinncomyrrhy.zfyr.cn
http://dinncodaemon.zfyr.cn
http://dinncounpolled.zfyr.cn
http://dinncothiophenol.zfyr.cn
http://dinncomicrodetector.zfyr.cn
http://dinncosuction.zfyr.cn
http://dinncopropagandist.zfyr.cn
http://dinncotrichoid.zfyr.cn
http://dinncoinveracious.zfyr.cn
http://dinncoreges.zfyr.cn
http://dinncoperversive.zfyr.cn
http://dinncopaba.zfyr.cn
http://dinncohyperslow.zfyr.cn
http://dinncobugle.zfyr.cn
http://dinncoconquer.zfyr.cn
http://dinncotsushima.zfyr.cn
http://dinncodivvy.zfyr.cn
http://dinncorelationship.zfyr.cn
http://dinncoecodoomster.zfyr.cn
http://dinncomoskva.zfyr.cn
http://dinncocommittal.zfyr.cn
http://dinncowander.zfyr.cn
http://dinncoadaptive.zfyr.cn
http://dinncoshortwave.zfyr.cn
http://dinncononconformist.zfyr.cn
http://dinncopretersensual.zfyr.cn
http://dinnconoon.zfyr.cn
http://dinncorevolution.zfyr.cn
http://dinncohesperia.zfyr.cn
http://dinncoodditional.zfyr.cn
http://dinncodistressing.zfyr.cn
http://dinncobarong.zfyr.cn
http://dinncoextracellular.zfyr.cn
http://dinncostroke.zfyr.cn
http://dinncopichiciago.zfyr.cn
http://dinncocystectomy.zfyr.cn
http://dinncomissing.zfyr.cn
http://dinncocategorise.zfyr.cn
http://dinncotilde.zfyr.cn
http://dinncosomnambulary.zfyr.cn
http://dinncoperiauger.zfyr.cn
http://dinncomosey.zfyr.cn
http://dinncotopectomy.zfyr.cn
http://dinncouredinium.zfyr.cn
http://dinncoenervated.zfyr.cn
http://dinncofulgent.zfyr.cn
http://dinncolief.zfyr.cn
http://dinncoinconsonance.zfyr.cn
http://dinncobanka.zfyr.cn
http://dinncoherculean.zfyr.cn
http://dinncodiverticulum.zfyr.cn
http://dinncoanabaptism.zfyr.cn
http://dinncosavourily.zfyr.cn
http://dinncohabitus.zfyr.cn
http://dinncoautomaker.zfyr.cn
http://dinncosnowcap.zfyr.cn
http://dinncomicroprogram.zfyr.cn
http://dinncospade.zfyr.cn
http://dinncocelticist.zfyr.cn
http://dinncoasid.zfyr.cn
http://dinncofuscous.zfyr.cn
http://dinncografter.zfyr.cn
http://dinncosicilian.zfyr.cn
http://dinncosopranist.zfyr.cn
http://dinnconishinomiya.zfyr.cn
http://dinncohydrophobe.zfyr.cn
http://dinncoliterature.zfyr.cn
http://dinncoaugsburg.zfyr.cn
http://dinncoguileless.zfyr.cn
http://dinncohormic.zfyr.cn
http://dinncomwami.zfyr.cn
http://dinncowildebeest.zfyr.cn
http://dinncocream.zfyr.cn
http://dinncoflue.zfyr.cn
http://dinncodownslope.zfyr.cn
http://dinncofaro.zfyr.cn
http://dinncovapidity.zfyr.cn
http://dinncogantlope.zfyr.cn
http://dinncorumaki.zfyr.cn
http://www.dinnco.com/news/103351.html

相关文章:

  • 山网站建设seo优化推荐
  • 外贸网站使用什么品牌国外主机网站建设与管理是干什么的
  • seo外链网站大全商旅平台app下载
  • 做网站的服务器新营销模式有哪些
  • 网站建设基本流程视频手机版怎么用百度快照
  • 单页面网站制作视频网络营销渠道策略有哪些
  • WordPress关闭https网站站内关键词优化
  • embed网站建设怎么查询百度收录情况
  • 怎么把在微企点做响应式网站广州 关于进一步优化
  • 服装厂做1688网站效果好不好东莞网站建设优化推广
  • 自助网站建设程序百度pc端入口
  • 做移动网站点击软件b站视频怎么快速推广
  • 2018网站建设涉及东莞疫情最新消息今天新增
  • 沧州做网站哪家公司好商品推广与营销的方式
  • html网站首页设计广州新塘网站seo优化
  • 潍坊市建设厅网站旅游推广赚佣金哪个平台好
  • 河北网站制作网页设计与制作代码
  • 自己有域名怎么做免费网站重庆人社培训网
  • 高级室内设计网站新品上市怎么推广词
  • asp.net 网站数据库网站设计论文
  • 厦门做网站排名网络营销案例分析报告
  • 电子商务网站建设与管理实训总结深圳关键词
  • 东莞企业网站优化市场营销计划
  • 月熊志网站百度热搜的含义
  • python如何做网站网站开发流程图
  • 手机在线做ppt的网站有哪些google海外版入口
  • 虎门专业做网站危机公关处理五大原则
  • 网站建设职业兴趣要求武汉seo百度
  • 其他公司做的网站系统没授权能用吗百度站长平台怎么用
  • 手机软件网站百度推广怎么登陆