angularJS WEB項目組織結構

項目組織結構

使用AngularJS 能夠建立大型Web項目。你能夠把項目拆分爲多個模塊,把一個模塊拆分爲多個模塊文件。同時,能夠按照你的使用習慣組織這些文件。css

列舉一個典型的項目結構:html

Root
        default.html
        styles
               app.css
        partials
               home.html
               product.html
               store.html
        scripts
               app.js
               controllers
                       productCtrl.js
                       storeCtrl.js
               directives
                       gridDctv.js
                       chartDctv.js
               filters
                       formatFilter.js
               services
                       dataSvc.js
               vendor
                       angular.js
                       angular.min.js
相關文章
相關標籤/搜索