Skip to content

How-to guides with sample codes that streamline the build and deployment of basic and optimized JavaScript applications to HCL Digital Experience (HCL DX).

License

Notifications You must be signed in to change notification settings

HCL-TECH-SOFTWARE/DX-Modules-and-ScriptApps

Repository files navigation

DX ScriptApps How-To Guides

Overview

The following guides will describe the steps on how to bundle and deploy DX ScriptApps.

For DX pages that will only have a single ScriptApp, an option is available to deploy the built application as a whole with the usual inclusion of its dependencies.

For DX pages that will have multiple ScriptApps, it is recommended to do a code-splitting. You may deploy common libraries/dependencies as one DX module and then exclude them in the application's packaging and deployment.

Each guide below will have their own sample bundler and deployment codes for reference.

Guides

ShowCase Sites