Sencha is a command line software that help to handle create model, views, controller in Extjs application.
With Sencha you can easily create a workspace for your application. Example:
sencha/path/sencha generate workspace /path/to/workspace
Generate app for application:
sencha generate app -ext MyApp ./app
cd app
sencha app watch
Watch is task manager, Who is responsible to review any error in application.
You can create multi line Extjs code file with single command, for example if you want to create model js file in Extjs:
sencha/path/Sencha generate model filename 'fieldname:type','fieldname2:type'
Generate View:
sencha/path/Sencha generate model filename
What is Extjs:
Extjs is a js Framework. This is MVC in front side(Model View Controller). In this framework you can easily develop a desktop look application for web.
No comments:
Post a Comment