Skip to content

Latest commit

 

History

History
 
 

luigi-example-openui5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sample Luigi application written in OpenUI5

Overview

This is the OpenUI5-based sample application which runs with the Luigi framework.

Development

To run this application, follow these steps:

  1. Make sure you have UI5 CLI installed by executing the command:

    npm install --global @ui5/cli
  2. Install Dependencies

    npm install
  3. Run the server with the following command:

    npm start
  4. Open it in your browser by going to http://localhost:8080/index.html/.

Build

  1. Build your application

    npm run build
  2. Serve your application

    npm run serve

The build compiles and minimizes the source files for production usage. The build generates a dist folder which you can serve using a web server.