kubeflow pipeline editor, airflow editor
<template>
<div id="app">
<aiflow-vue ref="aiflow" :data="demoData" :height="600" :users="candidateUsers" :groups="candidateGroups" :categorys="categorys" :lang="lang" ></aiflow-vue>
</div>
</template>
<script>
import AiflowVue from 'aiflow-vue'
export default {
name: 'app',
components:{
AiflowVue
},
data () {
return {
lang: "zh",
demoData: {...},
candidateUsers: [...],
candidateGroups: [...],
categorys: [...]
}
}
}
</script>
BPMN(Business Process Modeling Notation)
https://g6.antv.vision/zh/docs/api/Graph/#getnodes
npm run serve