UNPKG

ui5flowdev

Version:

UI5FlowDev enables you to manage and run your UI5 applications on a local server with reverse-proxy support. It also provides you the option to build your applications and deploy them to SAP NetWeaver ABAP.

8 lines (7 loc) 274 B
<mvc:View controllerName="com.oprtnl.ui5locserv.controller.App" xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc" height="100%"> <Shell backgroundColor="#FFFFFF" appWidthLimited="true" > <app> <App id="App" /> </app> </Shell> </mvc:View>