Integrate bpmn-visualization in a Vue3 project with typescript and built with Vite
June 5, 2023 ยท View on GitHub
To run locally:
npm installnpm start- localhost app
You will see the following diagram:

The code calling bpmn-visualization to render the BPMN diagram is available in app.vue.
If you want to bundle the application, run npm run build and then run npm run preview to access to a preview of the
bundle application with http://localhost:4173.