cevou / openui5-sample-app

OpenUI5 sample app build with webpack

Home Page:https://cevou.github.io/openui5-sample-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenUI5 sample app build with webpack

https://cevou.github.io/openui5-sample-app/

License:Apache License 2.0


Languages

Language:JavaScript 89.1%Language:HTML 10.1%Language:CSS 0.8%