# analysis_overview **Repository Path**: bandianman/analysis_overview ## Basic Information - **Project Name**: analysis_overview - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Application Details | | | ------------- | |**Generation Date and Time**
Wed Aug 14 2024 22:32:35 GMT+0800 (中国标准时间)| |**App Generator**
@sap/generator-fiori-elements| |**App Generator Version**
1.12.3| |**Generation Platform**
Visual Studio Code| |**Template Used**
Overview Page V4| |**Service Type**
OData Url| |**Service URL**
https://services.odata.org/V4/Northwind/Northwind.svc/ |**Module Name**
analysis_overview| |**Application Title**
Analysis overview| |**Namespace**
com.banfftech| |**UI5 Theme**
sap_horizon| |**UI5 Version**
1.108.33| |**Enable Code Assist Libraries**
False| |**Enable TypeScript**
False| |**Add Eslint configuration**
False| |**FilterEntity Type**
Product_Sales_for_1997| ## analysis_overview An SAP 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)