Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

cevou/openui5-sample-app

 
 

Repository files navigation

OpenUI5 logo

openui5-sample-app

OpenUI5 sample app using webpack

This repository shows how to build a OpenUI5 app using webpack and the openui5-webpack-plugin.

Getting started

  1. Clone this repository and navigate into it

    git clone https://github.com/cevou/openui5-sample-app.git
    cd openui5-sample-app
  2. Install all dependencies

    npm install
  3. Start a local server and run the application (http://localhost:8080/index.html)

    npm run start

Building

  1. Execute the build
    npm run build
  2. Run the result
    1. Install an HTTP server like zeit/serve (Note: You can use any HTTP server. If you use zeit/serve, please use version 6 as gzip support has been removed in newer versions.)
      # Install zeit/serve
      npm install --global serve@6
    2. Start an HTTP server for the newly created /dist directory
      serve ./dist
    3. Open the app at http://localhost:5000/index.html

TODO

  • Add examples for tests

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 89.1%
  • HTML 10.1%
  • CSS 0.8%