Skip to content

mizmauz/frontend_customer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electric utilities UI5 Frontend

[REUSE status]

Template

(https://api.reuse.software/info/github.com/SAP-samples/openui5-fhir-sample-app)

This project describes how to use the famous OpenUI5-FHIR project to build beautiful Fiori look and feel UI5 applications based on services using the FHIR® protocol.

Json Datamodell Example https://blogs.sap.com/2018/06/02/how-to-load-a-json-model-from-manifest-file-and-send-json-object-as-a-parameter-through-routing-and-navigation/

Live Demo

Just visit the live demo to try out the application.

Prerequisites

Achtung ! Mindestens Version 14 von nodejs, standardmäßig kommt 12

https://github.com/nodesource/distributions/blob/master/README.md#debinstall

Getting started

To run the application execute following steps:

  1. Clone the repository
  2. Open a command prompt/bash
  3. Navigate to the repository-folder
  4. Execute npm install
  5. Execute npm run serve
  6. Open a browser on http://localhost:8080/index.html

Install UI5

https://sdk.openui5.org/topic/ee8726adfdb34d748ed199f0275472f8

https://sap.github.io/ui5-tooling/pages/GettingStarted/ npm install --global @ui5/cli

Build

To build the application, you can either choose between the preload and the self-contained build.

  • Preload: npm run build
  • Self-Contained: npm run build:self-contained

To host the built application, execute npm run serve:dist after building the application and open a browser on http://localhost:8000/index.html.

Support

Do you have any questions? Don't hesitate to raise a new issue.

This project is provided "as-is": there is no guarantee that raised issues will be answered or addressed in future releases.

Known Issues

The list of current issues is available here.

License

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published