Creating Other Add-on Types
You can also use the Add-on Starter that is typically used to Integrate a Web Component, to create different kinds of add-ons, for example to create a data provider.
To create a generic project that can be used for any add-on:
-
Leave the default Web Component URL in the starter form.
-
Download the project.
-
Delete:
-
The
@NpmPackage
and@JsModule
annotations. -
The UI component class.
-
The project supports directory deployment.
Example: Using the mvn clean install
command.
mvn clean install -Pdirectory
06555C2D-E026-4C62-8F5A-346B8177D766