📅  最后修改于: 2020-10-19 03:00:36             🧑  作者: Mango
本节指导您如何在计算机上下载和设置Sencha Touch。请按照以下步骤设置环境。
从以下链接https://www.sencha.com下载商业版本的Sencha Touch库文件。您将从您注册的邮件ID的网站上获得试用版,该版本将是一个名为sencha-touch-2.4.2-commercial的压缩文件夹。
解压缩文件夹,您会发现各种JavaScript和CSS文件包含在您的应用程序中。主要包括以下文件-
Javascript文件-您可以在文件夹\ sencha-touch-2.4.2commercial \ touch-2.4.2下找到的JS文件是-
Sr.No | File & Description |
---|---|
1 |
sencha-touch.js This is the core file which contains all functionalities to run the application. |
2 |
sencha-touch-all.js This file contains all the code minified with no comments in the file. |
3 |
sencha-touch-debug.js This is the unminified version of sencha-touch-all.js for debugging purpose. |
4 |
sencha-touch-all-debug.js This file is also unminified and is used for development purpose as it contains all the comments and console logs to check any errors/issues. |
您可以将这些文件添加到项目JS文件夹中,也可以提供文件在系统中的直接路径。
CSS文件-在文件夹I:\ sencha touch \ sencha-touch-2.4.2-commercial \ touch-2.4.2 \ resources \ css \ sencha-touch.css下可以找到许多基于主题的文件
这些库文件将添加到Sencha Touch应用程序中,如下所示-
您可以将Sencha Touch应用程序代码保留在app.js文件中。
CDN是内容分发网络,您无需使用它即可下载Sencha Touch库文件,而是可以将ExtJS的CDN链接直接添加到程序中,如下所示-
因为它是用于开发Web应用程序的JavaScript框架,所以该项目将具有HTML,JS文件,并且要编写Ext JS程序,您将需要文本编辑器。市场上有多种IDE。但是现在,您可以考虑以下之一-
记事本-在Windows计算机上,您可以使用任何简单的文本编辑器,例如记事本(本教程推荐),记事本++。
托架-另一个流行的IDE,可以从以下位置下载http://brackets.io/ 。
Sublime-另一个流行的IDE,可以从以下位置下载https://www.sublimetext.com/3/ 。