Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oswiil/sap-fiori-template


https://github.com/oswiil/sap-fiori-template

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

## Application Details
| |
| ------------- |
|**Generation Date and Time**
Thu Apr 27 2023 19:21:53 GMT+0200 (hora de verano de Europa central)|
|**App Generator**
@sap/generator-fiori-elements|
|**App Generator Version**
1.9.4|
|**Generation Platform**
Visual Studio Code|
|**Template Used**
Worklist Page V4|
|**Service Type**
SAP System (ABAP Environment on SAP Business Technology Platform)|
|**Service URL**
https://6654aaf7-905f-48ea-b013-3811c03fcba8.abap.us10.hana.ondemand.com/sap/opu/odata4/sap/y19rap100_ui_travel_o4_glk/srvd/sap/y19rap100_ui_travel_glk/0001/
|**Module Name**
travel|
|**Application Title**
App Title|
|**Namespace**
|
|**UI5 Theme**
sap_horizon|
|**UI5 Version**
1.108.11|
|**Enable Code Assist Libraries**
False|
|**Enable TypeScript**
False|
|**Add Eslint configuration**
False|
|**Main Entity**
Travel|

## travel

A Fiori application.

### 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)