如何使用visual studio创建Sencha触摸应用程序

时间:2021-04-01 22:36:36

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的初学者所以请帮助我如何在visual studio中创建sencha touch应用程序。谢谢大家......

2 个解决方案

#1


1  

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.

Sencha touch只需要一个文本编辑器和sencha提供的命令行工具。由于项目的自身只是css / html / js文件的集合,您可以通过命令行创建项目并使用Visual Studio作为文本编辑器。如果要构建具有服务器端逻辑的Web应用程序,并且希望使用sencha touch作为前端,则可以使用命令行在公共Web目录中导航并使用sencha cmd创建项目。然后使用vs进行代码编辑。我用eclipse做了同样的工作,唯一的问题就是有这么多的文件,如果你使用自动构建和js检查,它需要花费大量的时间来检查整个项目。

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.

最后,如果你只使用sencha touch而你不需要做服务器的东西只需使用文本编辑器,我使用Sublime Text 2,试一试。

#2


0  

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/

我在Visual Studio 2015中使用Sencha Touch,使用Apache Cordova的Visual Studio工具。我写了一篇关于如何整合这三个的帖子,它可能对你有帮助。 http://www.c-sharpcorner.com/UploadFile/8ea0e0/creating-a-new-cordova-mobile-application-using-sencha-touch/

#1


1  

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.

Sencha touch只需要一个文本编辑器和sencha提供的命令行工具。由于项目的自身只是css / html / js文件的集合,您可以通过命令行创建项目并使用Visual Studio作为文本编辑器。如果要构建具有服务器端逻辑的Web应用程序,并且希望使用sencha touch作为前端,则可以使用命令行在公共Web目录中导航并使用sencha cmd创建项目。然后使用vs进行代码编辑。我用eclipse做了同样的工作,唯一的问题就是有这么多的文件,如果你使用自动构建和js检查,它需要花费大量的时间来检查整个项目。

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.

最后,如果你只使用sencha touch而你不需要做服务器的东西只需使用文本编辑器,我使用Sublime Text 2,试一试。

#2


0  

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/

我在Visual Studio 2015中使用Sencha Touch,使用Apache Cordova的Visual Studio工具。我写了一篇关于如何整合这三个的帖子,它可能对你有帮助。 http://www.c-sharpcorner.com/UploadFile/8ea0e0/creating-a-new-cordova-mobile-application-using-sencha-touch/