parcel

https://www.parceljs.cn/open in new window

parcel 0配置打包器

yarn init

yarn add parcel-bundler --dev

bin下面有 parcel.cmd



image

image

image

热重载

image

自动安装依赖

image

样式立即生效

image

图片立即生效

image

动态导入自动拆分

image

生产模式打包

yarn parcel build src/index.html

Last Updated:
Contributors: 刘荣杰