所以我开发了一个应用程序,最后我使用了默认的文件夹结构,如下所示:
申请名称是卡路里计数器
CalorieCounter.css
CalorieCounter.html
CalorieCounter.js
index.ng.html
现在我的代码越来越长,我意识到我应该用更好的文件夹组织来组织它。我想更好地构建它,但我对如何开始有点迷失。
答案 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)