36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
## Application Details
|
|
| |
|
|
| ------------- |
|
|
|**Generation Date and Time**<br>Mon Aug 10 2026 18:00:41 GMT+0200 (Central European Summer Time)|
|
|
|**App Generator**<br>SAP Fiori Application Generator|
|
|
|**App Generator Version**<br>1.30.0|
|
|
|**Generation Platform**<br>Visual Studio Code|
|
|
|**Template Used**<br>Basic|
|
|
|**Service Type**<br>None|
|
|
|**Service URL**<br>N/A|
|
|
|**Module Name**<br>week-organizer-app|
|
|
|**Application Title**<br>Week Organizer|
|
|
|**Namespace**<br>de.paulvincenthorn.weekorganizer|
|
|
|**UI5 Theme**<br>sap_horizon|
|
|
|**UI5 Version**<br>1.151.0|
|
|
|**Enable TypeScript**<br>True|
|
|
|**Add Eslint configuration**<br>True, see https://www.npmjs.com/package/@sap-ux/eslint-plugin-fiori-tools#rules for the eslint rules.|
|
|
|
|
## week-organizer-app
|
|
|
|
SAPUI5, Task managment, Time organization
|
|
|
|
### Starting the generated app
|
|
|
|
- This app has been generated using the SAP Fiori tools - App Generator, as part of the SAP Fiori tools suite. To launch the generated application, run the following from the generated application root folder:
|
|
|
|
```
|
|
npm start
|
|
```
|
|
|
|
#### Pre-requisites:
|
|
|
|
1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)
|
|
|
|
|