Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.4 KB

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