You are on page 1of 1

1.

Install Yeoman and the generator plugin

npm install -g yo generator-easy-ui5

2.Bootstrapping a new UI5 project

Scaffold your OpenUI5 project

yo easy-ui5

Answer the prompts to create your OpenUI5 project

Run it locally

cd <your project name>

npm start

3.debugging

this.getView().getModel("tiles").getJSON()

JSON.parse(this.getView().getModel("tiles").getJSON())

Note:if any action(click or hover or scroll),controller get the data from corresponding view and set
the data as per expectation.

You might also like