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.
Just visit the live demo to try out the application.
- Download and install node.js
To run the application execute following steps:
- Clone the repository
- Open a command prompt/bash
- Navigate to the repository-folder
- Execute
npm install
- Execute
npm run serve
- Open a browser on http://localhost:8080/index.html
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.
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.
The list of current issues is available here.
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.