文件名称:npm_practice_code
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-23 02:51:35
JavaScript
npm_test 要求 已安装node.js browserify已安装 程序 CommonJS风格的代码 使用browserify构建代码,以便Web浏览器可以理解它 样本文件结构 npm_test ├── dest # Browserify places the built code here ├── index.html # Has a script tag that is linked to dest/build.js ├── package.json └── src # js source files written in the CommonJS style ├── add.js # files are linked to one another └── main.js 参考
【文件预览】:
npm_practice_code-master
----npm_test()
--------index.html(151B)
--------.DS_Store(6KB)
--------src()
--------dest()
--------package.json(204B)
----README.md(817B)
----.gitignore(10B)