建议,使用pnpn代替原生的npm
具体操作如下:
pnpm安装,如果是linux,需要把npm和pnpm设置为环境变量
## 安装pnpm
npm install -g pnpm@5.15.0 --registry=https://registry.npm.taobao.org
## 设置淘宝镜像
pnpm config set registry https://registry.npm.taobao.org
## 安装依赖
pnpm install
## 打包
pnpm build:prod
优化后效果:
[使用说明](https://blog.csdn.net/shentian885/article/details/122237746)
[官方文档](https://www.pnpm.cn/)
整理日期:2023-7-9 08时