美文网首页
parcel 打包工具

parcel 打包工具

作者: TheoLin | 来源:发表于2018-10-24 14:43 被阅读0次
    介绍
    1. 零配置
    2. 速度快 (缓存,利用多核cpu性能)
    3. js、css、html都可以成为入口
    4. 代码拆分按需加载
    5. 开发热更新
    使用
    #运行开发服务器监听index.html
    parcel index.html
    
    #监听index.html
    parcel watch index.html
    
    #打包entry.js
    parcel build entry.js
    
    参考资料
    1. http://www.css88.com/doc/parcel/

    相关文章

      网友评论

          本文标题:parcel 打包工具

          本文链接:https://www.haomeiwen.com/subject/wkettqtx.html