Parcel Loading Demo
This demo loads the yFiles library using version 2 of Parcel.
The layout is executed asynchronously using Parcel's built-in support for Web Workers.
Using Parcel's dependency resolution support and aliases, the license and other dependencies are configured without affecting the source code.
Running the demo
First, install the required npm modules in the demo directory:
> npm install
Now the Parcel development server can be started:
> npm run start
The Parcel development server will launch the index file in a browser.
Building the demo
Install the required npm packages and run the build script:
> npm install > npm run build