문제

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.....

도움이 되었습니까?

해결책

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.

다른 팁

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/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top