Question

I use visual studio from couple of year. And now I am beginner to Sencha touch so please help me how can i create sencha touch app in visual studio. Thanks for all.....

Was it helpful?

Solution

Sencha touch needs only a text editor and the command line tool provided from sencha. Since the project its self is only a collection of css/html/js files you can just create the project via command line and use Visual Studio as text editor. If you are building a web application with server side logic and you want to use sencha touch as frontend, you can just navigate with command line inside the public web directory and create the project with sencha cmd. Then use vs for code editing. I did the same work with eclipse the only problem is that there are so many files and if u use an automatic build and js check it takes a lot of time to check the whole project.

Finally, if you are using only sencha touch and you dont need to do server stuff just use a text editor, I use Sublime Text 2, give it a try.

OTHER TIPS

I am using Sencha Touch in Visual Studio 2015, with Visual Studio Tools for Apache Cordova. I have written a post on how to integrate these three, and it might help you. http://www.c-sharpcorner.com/UploadFile/8ea0e0/creating-a-new-cordova-mobile-application-using-sencha-touch/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top