AngularJS / MeteorJS文件夹结构

时间:2015-09-17 07:41:24

标签: angularjs meteor

所以我开发了一个应用程序,最后我使用了默认的文件夹结构,如下所示:

申请名称是卡路里计数器

CalorieCounter.css
CalorieCounter.html
CalorieCounter.js
index.ng.html

现在我的代码越来越长,我意识到我应该用更好的文件夹组织来组织它。我想更好地构建它,但我对如何开始有点迷失。

这是github:https://github.com/jalapagos/SimpleCalorieCounter

3 个答案:

答案 0 :(得分:0)

这是角度应用程序开发

时主要使用的文件夹结构
app/
----- controllers/
---------- mainController.js
---------- otherController.js
----- directives/
---------- mainDirective.js
---------- otherDirective.js
----- services/
---------- userService.js
---------- itemService.js
----- js/
---------- bootstrap.js
---------- jquery.js
----- app.js
views/
----- mainView.html
----- otherView.html
----- index.html

答案 1 :(得分:-1)

-App
--css
--js
--img
--templates
--index.html

答案 2 :(得分:-1)

您实施基于功能的层次结构。

you check this image

Visit this GURU link