Maintainer: Tomoyuki Kashiro
A Sencha Touch generator for Yeoman that provides a function boilerplate Sencha Touch app
- required * : Sencha command
npm install -g generator-senchatouch
yo senchatouch
The http server is launched. Bowser (http://localhost:9000) open automatically.
js, sass, images are watched. so if you modify those resources the compile tasks are excuted and
refresh you browser.
excute test.
execute following task.
- jshint
- test
- serve
-
grunt build:testingexecute
sencha app build testing -
grunt build:productionexecute
sencha app build productionand some grunt tasks.
Copy custom components which are under the app/ux folder to bower-dist.
It is useful to publish your costom component to bower.
- create test