我用bower install threejs
.
然后在此之后我希望在我的页面中有三个.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?