小型模块零配件打包程序 microbundle

码农软件 · 软件分类 · 常用JavaScript包 · 2019-04-04 20:13:54

软件介绍

由 Rollup 提供支持的小型模块的零配置打包程序。


 特征:

  • 只用一个 package.json捆绑您的库

  • 支持 ESnext&async / await 

  • 支持多个输入模块cli.jsindex.js等)

  • 为每个条目创建多个输出格式(CJS,UMD和ESM)

  • 内置Uglify压缩和gzipped捆绑大小跟踪

安装

npm i -D microbundle

...然后将脚本添加到您的package.json

{
   “ scripts ”: {
     “ build ”: “ microbundle ”,
     “ dev ”: “ microbundle watch ” 
  } 
}

本文地址:https://www.codercto.com/soft/d/2868.html

Database Design and Implementation

Database Design and Implementation

Edward Sciore / Wiley / 2008-10-24 / 1261.00 元

* Covering the traditional database system concepts from a systems perspective, this book addresses the functionality that database systems provide as well as what algorithms and design decisions will......一起来看看 《Database Design and Implementation》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具