没有合适的资源?快使用搜索试试~ 我知道了~
js-module-study:学习材料
共19个文件
js:13个
json:2个
md:1个
需积分: 5 0 下载量 50 浏览量
2021-06-06
12:20:30
上传
评论
收藏 8KB ZIP 举报
温馨提示
#关于模块的故事 ##如何定义一个模块 ### CommonJS 风格 /* hello.js */ function hello ( ) { console . log ( 'hello' ) ; } module . exports = hello ; /* world.js */ var _ = require ( 'underscore' ) ; module . exports = { world : function ( ) { console . log ( 'world' ) ; } , test : function ( ) { console . log ( _ . uniqueId ( ) ) ; } } ; /* app.js */ var hello = require ( './hello' ) , w = requir
资源推荐
资源详情
资源评论
收起资源包目录
js-module-study-master.zip (19个子文件)
js-module-study-master
webpack.with.bower.config.js 298B
bower.json 242B
webpack.config.js 165B
src
dep-bower
test.js 44B
commonjs
hello.js 69B
app.js 88B
world.js 163B
es6
hello.js 54B
app.js 95B
world.js 146B
amd
hello.js 77B
app.js 111B
world.js 178B
gulpfile.js 647B
README.md 3KB
dist
.keep 0B
.editorconfig 57B
.gitignore 671B
package.json 1KB
共 19 条
- 1
资源评论
AaronGary
- 粉丝: 26
- 资源: 4577
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功