RequireJS+AnglarJS Seed 09_Ionic


探してみましたが、この5つの素晴らしいモバイルアプリケーション開発の枠組みが見つかりました.
Ionicが素敵そうです.それに使うものは複雑なjavascriptプロジェクトを開発するために必要です.遊ぶ価値があります
<!-- lang: js -->
npm install -g cordova ionic
ionic start myApp sidemenu
cd myApp

$ ionic platform add ios //    ios
$ ionic build ios
$ ionic emulate ios

ionic serve             //         
無意味です.走ってきました.そして、背が高く見えます.
ファイル構造を見てください.
<!-- lang: js -->
.tmp                    //      Grunt        
app                     // Angularjs   ,    src
    bower_components    //     
    fonts               //     
    images              //     
    res                 //    ,              
    sripts              // js   
    styles              // css   
    templates           // view   
    index.html          //   ,        
hooks                   //         
merges                  //   
node_modules    // node ,     grunt       ,  :
    chai        //     
    cordova     // mobile   js   
    grunt       // grunt
    grunt-**    //     
    jshint-stylish  // jshit      ,      checkstyle      。     。
    karma           //      runtime
    ripple-emulator // cordova            , 。
    time-grunt      //     -    
platforms       // cordova   ,ionic add ios/android     
plugins         // cordova          。    vibration     
test            // karma          
www             // cordova        ,    bin
.bowerrc        // bower     ,    bower_components         componets     plugins
.editorconfig   //            ?   # http://editorconfig.org 
.gitignore      // git       ,      ,       ,        。
.jshintrc       // jshint   
bower.json      // bower           
config.xml      //         ?     ,  
Gruntfile.js    //               。      。          。
package.json    //     node     ,   node_module             。