MyZhouGit / vite-vue-bpmn-process

vite + typescript + vue3 + bpmn.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite Vue Bpmn Process Editor

Description

A Vite Vue Bpmn Process Editor based on Bpmn.js, Vite, Vue.js 3.x.

The typescript type declaration of Bpmn.js and Diagram.js is implemented, and typescript can be used to write code in the editor.

Directory

|-- public
|-- src
|   |-- App.vue
|   |-- main.ts
|   |-- env.d.ts
|-- types
|   |-- bpmn-instance
|   |-- bpmn-moddle
|   |-- declares
|       |-- bpmn.d.ts
|       |-- diagram.d.ts
|       |-- didi.d.ts                          [Nikku - didi](https://github.com/nikku/didi/blob/master/lib/index.d.ts)
|       |-- global.d.ts
|       |-- moddle.d.ts
|-- LICENSE
|-- README.md
|-- tsconfig.json
|-- package.json
|-- vite.config.js

Friendship sponsorship

Life is not easy, secretly throw an appreciation code. Please give me a meal. Thanks~~~~

微信

支付宝

About

vite + typescript + vue3 + bpmn.js

License:MIT License


Languages

Language:JavaScript 43.2%Language:TypeScript 33.2%Language:Vue 20.1%Language:HTML 2.3%Language:SCSS 1.3%