This is a basic project showing how to use yFiles with Vue and TypeScript. Some custom styling is included as well as code for layout. With this in place you should be able to venture into more interesting graph visualizations, see the yFiles demo page for inspiration.
- You need a license to run this project, see the yWorks website for a trial. Insert this license in the
assets/license.json
file. - Make sure the path to the yFiles
yfiles-*.tgz
file is set inpackage.json
. - Install things as usual with
npm i
. - Run it with
npm start
.
Info and support @TheOrbifold.