Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.01 KB

0_Introduction.md

File metadata and controls

37 lines (23 loc) · 1.01 KB

Welcome

Welcome to the recap Workshop on CAP Plugins!

Purpose

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.

Clone the incidents repository

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:

Screenshot of the Incidents app UI w/o the plugin

Next Step

Implement Change Tracking