摘要:
# 查看镜像源 npm config get registry # 设置镜像源 # 腾讯云 npm config set registry http://mirrors.cloud.tencent.com/npm/ # 淘宝 npm config set registry https://regis 阅读全文
posted @ 2020-03-04 23:27
X-Wolf
阅读(351)
评论(0)
推荐(0)
摘要:
webpack是一个模块打包器(module bundler),webpack视HTML,JS,CSS,图片等文件都是一种 资源 ,每个资源文件都是一个模块(module)文件,webpack就是根据每个模块文件之间的依赖关系将所有的模块打包(bundle)起来。 常见错误: 1. Cannot f 阅读全文
posted @ 2020-03-04 23:02
X-Wolf
阅读(239)
评论(0)
推荐(0)

浙公网安备 33010602011771号