Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 578 Bytes

File metadata and controls

18 lines (11 loc) · 578 Bytes

Integrate bpmn-visualization in a vanilla TypeScript project built with Vite

Created with https://vite.new/vanilla-ts.

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 index.ts.

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.