摘要:
webpack 简介 webpack is a static module bundler for modern JavaScript applications. webpack是一个静态的模块化打包工具,为现代的JavaScript应用程序。 打包bundler:webpack可以将帮助我们打包的 阅读全文
摘要:
查看基本配置 npm config list 查看所有配置 npm config list -l 查看当前下载地址 npm get registry 临时生效修改npm下载的地址(国内淘宝镜像地址) npm --registry https://registry.npm.taobao.org ins 阅读全文