loio |
---|
b1fbe1a22f8d4a5bbb601591e27b68d1 |
view on: demo kit nightly build | demo kit latest release
There are several ways to develop OpenUI5 applications. Select the one that meets the requirements of your projects and your expectations best.
UI5 Tooling complements the framework as an open and modular toolchain. It comes with a command line interface (CLI) based on Node.js and npm.
For an application project which has not been enabled yet for UI5 Tooling, follow the concise Getting Started documentation for initial project setup.
The OpenUI5 sample application, available on GitHub, shows typical development steps in your application project. The full set of commands can be seen in the CLI documentation.
If you don't want to download the files and don't want to include them in your deployment, you can use the online version of OpenUI5 . For more information, see Variant for Bootstrapping from Content Delivery Network.
You may just want to get the runtime from the OpenUI5 website at http://openui5.org and deploy it on a web server.
-
Go to https://openui5.org/releases/ and choose Download Stable Release to download a ZIP file containing the current stable release of the OpenUI5 sources.
-
Unzip this archive and put the entire content onto the web server where your application runs (or you could package it within your application to deploy it along with the app).
-
In your app's main HTML file, load OpenUI5 by referring to the
resources/sap-ui-core.js
file that was contained in the ZIP archive. (See Standard Variant for Bootstrapping.)