极速零配置 Web 应用打包工具 Parcel.js

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

软件介绍

Parcel 是一款极速、零配置的 Web 应用打包工具。

功能特性

  • 极速打包 - 多核心编译,以及即使在重启后也能快速重建的文件系统缓存。

  • 无需安装插件,开箱即用,支持 JS、CSS、HTML、file assets 等。

  • 在有需要时自动转换成 Babel、PostCSS 和 PostHTML 模块 - 甚至是 node_modules。

  • 代码零配置,使用动态 import()语句分割。

  • 内置热模块替换

  • 报错日志友好 - 代码高亮显示有助于查明问题。

基准测试

测试基于一个合理大小的应用,其中包含1726个模块,未压缩大小6.5M。 

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

Algorithms + Data Structures = Programs

Algorithms + Data Structures = Programs

Niklaus Wirth / Prentice Hall / 1975-11-11 / GBP 84.95

It might seem completely dated with all its examples written in the now outmoded Pascal programming language (well, unless you are one of those Delphi zealot trying to resist to the Java/.NET dominanc......一起来看看 《Algorithms + Data Structures = Programs》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码