Vue Demo

This demo shows how to integrate yFiles in a basic create-vue setup with Vue 3 and TypeScript.

To start the demo

The demo was scaffolded using create-vue , thus the following steps are required to start it:

> npm install
> npm run dev

This will start the Vite development server.