Choose how to download form-js (currently v1.11.3) based on your use-case. You can try it out via our online demo, too.
Explore a number of form-js usage examples, many ready to use right in your web browser.
Try out form-js in no time via starters, embedding pre-packaged versions of our CMMN toolkit.
The form-js sources. Use it to have a look inside or build tooling around form-js. Requires additional tools.
Get form-js via NPM for full access to individual project components and easy customizability.
Choose this setup if you would like to extend and customize the library to your needs.
npm install @bpmn-io/form-js
Note: This requires additional build steps such as bundling for the browser with Browserify or Webpack.
Clone and hack the project sources yourself.
If you have not downloaded the projects source code already, create an empty folder an clone the project using git via
git clone https://github.com/bpmn-io/form-js.git -b v1.11.3 .
Ensure you have Node.js / NPM installed. Execute the following command to install all required project dependencies
npm install
Build / test the project via
npm run all
Refer to the projects GitHub page for more information.