Integrate bpmn-visualization in a Vue3 project with typescript and built with Vite

June 5, 2023 ยท View on GitHub

To run locally:

  1. npm install
  2. npm start
  3. localhost app

You will see the following diagram:

BPMN diagram in the home page

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.