This article focuses on the deployment of the ExtJS development environment, as well as building projects. We use the official Sencha cmd provided by ExtJS to build
1. Build the project
1. Download the official Sencha CMD tool and install it.
The 2..Window user enters the command prompt.
Enter the command sencha-sdk f:\ thunderbolt Download \ext-5.1.0-gpl\ext-5.1.0 (replace with your ExtJS SDK path) generate app app.
At this point the project file has been generated, in the D:\learnExtJs directory.
In fact, Sencha CMD comes with a server and continues to enter commands in the command line state: Sencha Web Start can start a service. Of course you can also use IIS or Tomcat to publish this directory.
After starting the service, in the browser input http://localhost:1841/, we can see the following interface effect:
All right, that means the environment is ready. We copy it to the folder of our project.
Here I use the visual Stidio 2013来 developed, we first build an empty MVC4 project.
01 Quick Learning ExtJS's---first helloword!