Welcome to the recap Workshop on CAP Plugins!
CAP Plugins have gained a lot of traction in the last months and year(s). The idea is to create a plugin once and use it many times, hence to reduce the total effort of development and operations, so CAP application developers can focus on their domain.
We use the incidents application as a base app. Using the base app, we test the plugin we are going to develop in this workshop.
-
Start by opening a new terminal and go into the incidents-app folder of the repository:
cd incidents-app
-
Install the dependencies:
npm i
-
Start the application:
cds watch
This is how the webapp looks right now: