helloRequireJS
带有 require.js 的 HelloWorld 项目
从头开始做这件事
创建文件夹app, test
npm init
npm install requirejs --save-dev
创建文件: index.html, app/HelloWord.js, saySomething.js
编辑 index.html 添加: [removed][removed]
将require ...etc 添加到 HelloWord.js
将define ...etc 添加到 saySomething.js
从四个 IDE 在浏览器上运行它或在 apache 上设置一个 vhost。
下载代码并运行它
git clone
1