An open API service indexing awesome lists of open source software.

https://github.com/marianfoo/ui5cliv4-v71

Sample Project recreating error with UI5 CLI v4 and SAPUI5 1.71
https://github.com/marianfoo/ui5cliv4-v71

Last synced: over 1 year ago
JSON representation

Sample Project recreating error with UI5 CLI v4 and SAPUI5 1.71

Awesome Lists containing this project

README

          

## Application Details
| |
| ------------- |
|**Generation Date and Time**
Tue Jan 03 2023 19:34:51 GMT+0100 (Mitteleuropäische Normalzeit)|
|**App Generator**
@sap/generator-fiori-elements|
|**App Generator Version**
1.8.2|
|**Generation Platform**
Visual Studio Code|
|**Template Used**
List Report Page V2|
|**Service Type**
OData Url|
|**Service URL**
http://localhost:4004/v2/orders/
|**Module Name**
ordersv2fenondraft|
|**Application Title**
Order V2 FE Non Draft|
|**Namespace**
ui.v2|
|**UI5 Theme**
sap_horizon|
|**UI5 Version**
1.120.12|
|**Enable Code Assist Libraries**
False|
|**Enable TypeScript**
False|
|**Add Eslint configuration**
False|
|**Main Entity**
OrdersND|
|**Navigation Entity**
Items|

## ordersv2fenondraft

### Starting the generated app

- This app has been generated using the SAP Fiori tools - App Generator, as part of the SAP Fiori tools suite. In order to launch the generated app, simply run the following from the generated app root folder:

```
npm start
```

- It is also possible to run the application using mock data that reflects the OData Service URL supplied during application generation. In order to run the application with Mock Data, run the following from the generated app root folder:

```
npm run start-mock
```

#### Pre-requisites:

1. Active NodeJS LTS (Long Term Support) version and associated supported NPM version. (See https://nodejs.org)