Binaries / Executable Scripts can be executed via command line respectively via the system's file explorer.
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:
Double-click the file run-web.sh in the explorer.
Open the terminal. Change into the bin directoy and run "sh run-web.sh".
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. |
© 2013 - 2023 PKSoftware.de