我是AngularJS的新手,我正在使用ngBoilerplate项目开始。
V1 V2 V3
0.9 3.3 32
1.2 4.2 31
0.4 1.8 45
7 6.3 67
.8 1.5 82
5.9 4.3 62
这就是我的" index.html"看,我在#34;供应商"中拥有所有需要的JS和CSS。夹。 但在浏览器中我最终得到:
并且控制台中出现错误,因为您可以假设未加载JS和CSS。有人可以给我一些建议吗?
答案 0 :(得分:0)
固定它!
我刚刚将Apache配置(#DocumentRoot和#< Directory ..>)设置为... / myProjectClient / src(其中有一个index.html)NOT TO ... / myProjectClient / build where是带有生成的sripts和链接的index.html ....