小型模块零配件打包程序 microbundle
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/developit/microbundle
- 软件文档: https://github.com/developit/microbundle/blob/master/README.md
- 官方下载: https://github.com/developit/microbundle
软件介绍
由 Rollup 提供支持的小型模块的零配置打包程序。
特征:
只用一个
package.json捆绑您的库支持 ESnext&async / await
支持多个输入模块(
cli.js+index.js等)为每个条目创建多个输出格式(CJS,UMD和ESM)
内置Uglify压缩和gzipped捆绑大小跟踪
安装
npm i -D microbundle
...然后将脚本添加到您的package.json:
{
“ scripts ”: {
“ build ”: “ microbundle ”,
“ dev ”: “ microbundle watch ”
}
}
Web Security, Privacy and Commerce, 2nd Edition
Simson Garfinkel / O'Reilly Media / 2002-01-15 / USD 44.95
Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have ......一起来看看 《Web Security, Privacy and Commerce, 2nd Edition》 这本书的介绍吧!
