Creating a Bundled Wizard Using a Common Wizard Software Development Kit

Use the wizard_sdk wizard as a starting point. The SDK is a npm package and provides a basic compiler toolchain using Webpack. You must install Node.js and npm to use the SDK.

To create a bundled wizard:

  1. Execute npm install to install the dependencies.

  2. Extend the code as desired.

  3. Execute npm run build to bundle the wizard.

The usable wizard is stored in the dist folder.