Manual Download

The Forms SDK library can be downloaded fromGithub.

Bower

Alternatively, the Forms SDK can be installed using the Bower package manager:

  1. bower install camunda-bpm-sdk-js --save

Dependency Management

The Forms SDK depends on the following libraries:

  • JQuery (or a compatible DOM manipulation Library).
    The Forms SDK optionally depends on the following libraries:

  • AngularJS (v1.2.16).

    Including the Library

Next, you need to add the JavaScript Library to the page.

  1. <script src="jquery-2.1.1.min.js" type="text/javascript"></script>
  2. <script src="camunda-bpm-sdk.min.js" type="text/javascript"></script>

Or, with AngularJS Support:

  1. <script src="angular.min.js" type="text/javascript"></script>
  2. <script src="camunda-bpm-sdk-angular.js" type="text/javascript"></script>

原文: https://docs.camunda.org/manual/7.9/reference/embedded-forms/integrate/getting-a-distribution/