Ui5Strap
  • About
  • Manual
  • API
  • Code Examples
  • Demos
  • License

Table of Contents

  •   Quickstart
    •   Installation
    •   Hello World
    •   Run

Basics

  •   Project Structure
    •   File Structure
    •   Binaries
    •   Build Tools
    •   Dev Server
    •   Web App Folder
  •   Bootstrapping
    •   Index File
    •   App Icons
    •   Splash Screen
    •   Initialization
  •   Configuration
    •   Overview
    •   App Settings
    •   Developers & Licenses
    •   Environments
    •   Stylesheets
    •   Root Navigation
    •   Pages
    •   Routing
    •   Libraries
    •   Models
    •   Options
    •   Components
    •   Actions
    •   Events
    •   Scripts
  •   Layout
    •   Using Controls
    •   Composing Views
    •   Fragments
  •   Styling
    •   Themes
    •   Custom Style
    •   Style Options
  •   Binding
    •   Element Binding
    •   Property Binding
    •   Aggregation Binding
    •   Formatters
  •   Logic
    •   Controllers
    •   Events
    •   Actions

Appendix

  •   Change Log
    •   0.11.x -> 1.0.0
    •   1.0.0 -> 1.0.1

  Binaries

Execute Shell Script

Binaries / Executable Scripts can be executed via command line respectively via the system's file explorer.

Windows
Scripts can be executed right from the Windows Explorer with a double click. Make sure you have Git Bash installed.
Macintosh
To execute a script from the OSX Finder, set its permissions to executable first. Alternatively, you can execute scripts from the terminal in the same way like Linux users.
Linux

Open the terminal and change into the bin folder. Execute a script with:

sh filename

(replace filename with the name of the script)

For example, you can run the development http server like this:

Windows

Double-click the file run-web.sh in the explorer.

Linux and OSX

Open the terminal. Change into the bin directoy and run "sh run-web.sh".

Available Scripts

Script Description
build-demoapp-component.sh Builds the Component-preload.js file for the demoapp.
build-docs.sh Generates JSDoc for all Ui5Strap libraries.
build-library.sh Generates folders with minified libraries: ui5strap_all, ui5strap_min, ui5strap_pre
build-release.sh Creates a zip release of Ui5Strap.
build-themes.sh Builds all available themes for all Ui5Strap libraries.
clean-docs.sh Deletes the generated JSDoc.
clean-library.sh Deletes the generated folders: ui5strap_all, ui5strap_min, ui5strap_pre
clean-release.sh Delete the Ui5Strap release.
install.sh Installs node modules for Ui5Strap development.
run-android.sh Runs the default app in the android emulator using Cordova.
run-desktop.sh Runs the default app as desktop application using NW.js.
run-web.sh Starts the node http server for development.
update.sh Updates node modules to the latest version.
Next: Build Tools »

© 2013 - 2023 PKSoftware.de

  • Contact