我正在玩一个使用凉亭的Angular网站。为了让事情在VS 2015 web项目中运行,我创建了一个wwwroot文件夹并将app文件夹移入其中。
所以现在我的文件夹结构如下所示:
MyWebsite\
MyWebsite.sln
bower.json
gruntfile.js
node_modules\
bower_components\
wwwroot\
app\
bower_components\
... (all my other Angular files)
我认为bower_components文件夹现在已经重复,但我不确定应删除哪一个(如果我这样做,bower.json应该在哪里)?
答案 0 :(得分:2)
通常你会把所有内容都放在(相对于)www-root
中。 www-root/images
中的图片,www-root/js
中的javascript,依此类推。甚至在www-root/app
内。