でthree.jsをインストールしましたbower install threejs
。
この後、ページにthree.jsを入れたいので、app.jsファイルは次のように始まります。
define(["jquery", "three"], function() {
"use strict";
ただし、ページが読み込まれると、Chromeコンソールに次のように表示されます。
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:9000/scripts/three.js
Uncaught Error: Script error
さて、jQueryのようにコンポーネントを調べるべきではありませんか?
基本的に、yeomanとthree.jsのインストールを開始するにはどうすればよいですか?