文件名称:helloRequireJS:使用 require.js 的非常简单的 Hello World 项目
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-24 09:13:15
JavaScript
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
【文件预览】:
helloRequireJS-master
----index.html(288B)
----LICENSE(1KB)
----README.md(796B)
----.gitignore(20B)
----app()
--------saySomething.js(140B)
--------HelloWorld.js(81B)
--------app.js(118B)
----package.json(689B)