文件名称:es6-npm-module:用于构建 ES6 就绪 npm 模块的基础框架
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-25 05:51:48
JavaScript
用于构建 es6 就绪的 npm 包的项目支架 安装 git clone https://github.com/RoanixS2k12/es6-npm-module.git npm install 更新信息 不要忘记修改 package.json 文件中的相关信息(模块名称、描述、关键字、作者...) 编译和构建 本项目使用babel将es6代码编译为es5代码和tape库来测试模块 npm run dev # watch files and compiles them npm run compile # compile the module npm run debug # compile with sourcemaps npm run test # run the test suite in
【文件预览】:
es6-npm-module-master
----package.json(922B)
----readme.md(830B)
----test()
--------test-module.js(332B)
----src()
--------module.js(83B)
----.npmignore(0B)
----.gitignore(41B)