Integration of Ionic with Visual Studio 2015

                                         CHAPTER-2


The integration of ionic with Visual Studio 2015 requires you to have ionic project. You can either download the ionic zip projects or follow  chapter 1 of this series.

 http://ionicsupport.blogspot.com/2015/12/beginners-guide-for-installation-of.html


Step 1
Open your visual studio 2015 and create a new project, go to the javascript template → apache cordova, you will see tools for cordova, install it.

Step 2:
Create a new project, go to the javascript template → apache cordova apps, you will see a blank app(Apache Cordova), create it.

tutorial2.png


Step 3:
After creating it, copy the merges,  YourProjectName.jsproj(name it same to the ionic project) and taco.json file. Copy these 3 files and folders to the ionic project you created, run the YourProjectName.jsproj in vs2015.

tut3.png


Step 4:
After saving all in visual studio, you will get .sln file  in your ionic project.

tut4.png

That is all needed to integrate the ionic project with visual studio 2015









Comments