Building a ExtJS 6.x program
ExtJS also has its own packaging tools senchacmd, which is used to build ExtJS front-end organization structure, finally packaged release production, control the front end of the entire development lifecycle, senchacmd rely on the JDK, so install the JDK file, install the steps themselves Baidu, After installing and configuring the JDK environment variable, go to Sencha official website to download the Senchacmd tool. This article uses the version ExtJS SDK 6.6 Sencha cmd 6.6
- After downloading, open the installation.
- Configured in system variables like JDK
- Sencha cmd After configuring the environment variable to open the cmd command, enter Sencha will appear the following information, OK installation success
-
Next cd/d to the SDK home directory, then enter the command sencha-sdk E:\ExtJS\ext-6.6.0 generate app-classic app E:\ExtJS\MyApp\classic build desktop app as shown in:
- Go to E:\ExtJS\MyApp\classic directory to find index.html open as shown
- Continue to enter command SENCHA-SDK E:\ExtJS\ext-6.6.0 generate App-modern app E:\ExtJS\MyApp\modern build mobile app, go to E:\ExtJS\MyApp\modern directory to find Index.html Open as shown
At this point: the classic and modern programs are completed.
Q Group: 851794664
Building a ExtJS 6.x program