摘要:
download () { let link = document.createElement('a') l ink.style.display = 'none' let url = `.....`//绝对地址 link.href = url link.download = '' //文件名 doc 阅读全文
posted @ 2021-06-10 15:01
一路向北√
阅读(661)
评论(0)
推荐(0)
摘要:
1. yarn add webpack-bundle-analyzer cross-env -D webpack.config.prod.js文件或者是其他配置文件 const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer') 阅读全文
posted @ 2021-06-10 14:57
一路向北√
阅读(538)
评论(0)
推荐(0)