没有合适的资源?快使用搜索试试~ 我知道了~
Node.js模块化加载Browserify.zip
需积分: 10 1 下载量 156 浏览量
2019-07-17
23:57:21
上传
评论
收藏 314KB NONE 举报
温馨提示
Browserify 可以让你使用类似于 node 的 require() 的方式来组织浏览器端的 Javascript 代码,通过预编译让前端 Javascript 可以直接使用 Node NPM 安装的一些库。 安装: npm install -g browserify 示例 这是 main.js 的内容,像普通的 nodejs 程序那样使用 require() 加载库和文件: var foo = require('./foo.js'); var bar = require('../lib/bar.js'); var gamma = require('gamma'); var elem = document.getElementById('result'); var x = foo(100) bar('baz'); elem.textContent = gamma(x); 导出的方法: module.exports = function (n) { return n * 111 } 使用 browserify 编译: $ browserify main.js > bundle.js 现在 main.js 需要的所有其它文件都会被编译进 bundle.js 中,包括很多层 require() 的情况也会一起被递归式的编译过来。 编译好的 js 可以直接拿到浏览器使用 [removed][removed] 标签:Browserify
资源推荐
资源详情
资源评论
收起资源包目录
Node.js模块化加载Browserify.zip (505个子文件)
aaa 14B
b 8B
bbb 14B
main.coffee 48B
main.coffee 42B
x.coffee 22B
dir 1B
.gitignore 18B
.gitignore 12B
index.html 208B
boop.html 66B
beep.html 66B
index.js 25KB
args.js 8KB
bare.js 5KB
buffer.js 4KB
browser_field_resolve.js 4KB
multi_entry.js 3KB
global_noparse.js 3KB
cmd.js 2KB
global.js 2KB
multi_bundle.js 2KB
standalone.js 2KB
builtins.js 2KB
multi_entry_cross_require.js 2KB
resolve_exposed.js 2KB
bundle.js 2KB
args.js 2KB
array.js 2KB
externalize.js 2KB
ignore.js 2KB
dedupe-nomap.js 2KB
leak.js 2KB
paths_transform.js 2KB
debug_standalone.js 2KB
no_builtins.js 2KB
field.js 2KB
dedupe-deps.js 2KB
reverse_multi_bundle.js 2KB
multi_bundle_unique.js 2KB
util.js 1KB
require_expose.js 1KB
syntax_cache.js 1KB
standalone_sourcemap.js 1KB
full_paths.js 1KB
json.js 1KB
crypto.js 1KB
crypto_ig.js 1KB
entry_relative.js 1KB
double_bundle_json.js 1KB
quotes.js 1KB
entry.js 1KB
ignore_missing.js 1KB
bare_shebang.js 1KB
bin_tr_error.js 1KB
coffee_bin.js 1020B
hash_instance_context.js 966B
bundle_sourcemap.js 932B
circular.js 928B
tr_flags.js 927B
pack.js 902B
export.js 900B
paths.js 880B
stream_file.js 874B
tr_error.js 873B
tr_symlink.js 871B
glob.js 854B
noparse.js 843B
preserve-symlinks.js 842B
double_bundle_parallel_cache.js 842B
file_event.js 835B
error_code.js 819B
bundle.js 819B
pkg_event.js 818B
double_bundle_parallel.js 808B
stdin.js 803B
external_shim.js 802B
bin_entry.js 800B
bin.js 781B
tr.js 778B
five_bundle.js 771B
delay.js 748B
async.js 730B
bundle-bundle-external.js 703B
reset.js 683B
tr_order.js 675B
plugin.js 674B
tr_args.js 666B
dep.js 655B
bundle_external.js 654B
retarget.js 646B
app.js 633B
global_recorder.js 630B
double_bundle.js 616B
tr_once.js 608B
backbone.js 607B
pipeline_deps.js 607B
ignore_browser_field.js 595B
bundle_external_global.js 589B
tr_no_entry.js 576B
共 505 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
weixin_39841856
- 粉丝: 491
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Python的EducationCRM管理系统前端设计源码
- 基于Django4.0+Python3.10的在线学习系统Scss设计源码
- 基于activiti6和jeesite4的dreamFlow工作流管理设计源码
- 基于Python实现的简单植物大战僵尸脚本设计源码
- 基于Java及Web技术的医药管理系统设计源码
- 基于Objective-C的cordova-plugin-wechat插件开发源码研究
- 基于Python语言的SocialNetworkBackend社交数据分析系统后端设计源码
- 基于Python的pytracking-master目标跟踪dimp方法设计源码
- 基于PHP、JavaScript、CSS的zibll主题美化插件设计源码
- 本页包含特定于 FT600Q-B / FT601Q-B SuperSpeed USB3.0 系列的示例应用程序
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功