The following software needs to be installed on your development system:
Install these programs if you want to create native apps for Android and IOS:
Download the latest version of Ui5Strap as a zip file.
Extract the containing folder ui5strap-x.x.x into your workspace directory.
Rename the folder ui5strap-x.x.x to something short (e.g. "myproject").
The renamed folder is the project directory.
Open Git Bash if you are on Windows. Open the terminal if you are on Linux or OSX.
Change into your workspace directory and clone Ui5Strap with the following command:
git clone git@github.com:pks5/ui5strap.git
This will create a new folder ui5strap within your workspace directory. We don't want to work in this directory, because it's synchronized with the official Ui5Strap git repository. That's why you should do step 3, too.
Create a new empty directory inside your workspace directory and give it a short name (e.g. "myproject").
Copy the contents of the previously cloned folder ui5strap into the new directory.
Execute the shell script bin/install.sh to install the required node.js modules.
© 2013 - 2023 PKSoftware.de