Prakash Joshi
Prakash Joshi

Reputation: 582

How to integrate Open UI5 in visual studio

I want to use Open UI5 library on visual studio. I have downloaded the source files from http://sap.github.io/openui5/download.html . I want to integrate it with Visual Studio. Can any one tell by using a example in asp.net MVC ?

EDIT SO far what I have done is that I added the resource folder of Open UI5 into my MVC project by simply drag and drop.

enter image description here

Upvotes: 1

Views: 3707

Answers (1)

matz3
matz3

Reputation: 585

There is an extension for Visual Studio (not official) which provides templates: https://visualstudiogallery.msdn.microsoft.com/aabd3f1e-fd57-43f5-8dde-54dd0355defe

You may also have a look at this video: http://www.youtube.com/watch?v=Cyc59RL-qgw

Upvotes: 2

Related Questions