cschuff / UI5SplitApp-Boilerplate

UI5 SplitApp Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI5 SplitApp Boilerplate

UI5 SplitApp Boilerplate is a template for building Apps based on OpenUI5 or SAPUI5. The Split App itself is especially designed for tablet usage (iPad), but should also be usable on smartphones with iOS, Android or BB10 (iPhone 4s/5/5s, Nexus 4/5, ....).

It could be used as starting point for development.

git clone https://github.com/6of5/UI5SplitApp-Boilerplate.git

More Info can be found here:

Features

  • based on OpenUI5, more Infos under http://sap.github.io/openui5/
  • based on sap.m library of UI5, which provide touch optimized controls
  • follows "Mobile First" approach, but App also works on Desktop (Chrome latest, Firefox latest, Safari, IE9 and IE10)
  • default file structure (i18n, model, view, css, js)
  • i18n base model

Local Development with Grunt

Assuming Node.js is already installed.

Setup

Run the following commands once:

npm install -g grunt-cli
npm install

Run Dev Server and Open UI5 Boilerplate in Browser

Execute following commands to start the dev server:

grunt server

Usage with Eclipse 4.3 + SAP UI Development Toolkit for HTML5

git clone -b eclipseKepler https://github.com/6of5/UI5SplitApp-Boilerplate.git

License

Apache License, Version 2.0

ui5 Logo

About

UI5 SplitApp Boilerplate

License:Other


Languages

Language:JavaScript 99.3%Language:CSS 0.7%