Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Dec 15, 2023
1 parent 7c5c63d commit 88484f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions thirdpartylibrary/ztravelapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Append UI5 tooling extension to include a custom middleware and a custom task wh
npm install ui5-tooling-modules --save-prod
```

Open `ui5.yaml` and append a new task, ensuring the alignment is maintained;
```YAML
- name: ui5-tooling-modules-middleware
afterMiddleware: compression
configuration:
addToNamespace: true
```
Open `View1.controller.js` and append the `xml-js` library;
```JS
sap.ui.define(
Expand Down

0 comments on commit 88484f7

Please sign in to comment.