摘要: vue项目打包压缩 vue-cli-service build --report 打包完成会产生report.html 通过这个文件可以得知项目体积以及个个依赖大小,打包完成后开启nginx压缩 安装压缩包 npm i compression-webpack-plugin -D vue.config 阅读全文
posted @ 2021-12-12 15:04 王小美丶 阅读(1142) 评论(0) 推荐(0)