摘要:
1、nginx配置请参考 https://www.cnblogs.com/mengfangui/p/12165096.html 2、webpack配置 以vuecli脚手架为示例代码: const CompressionPlugin = require('compression-webpack-pl 阅读全文
摘要:
1、未使用externals 本项目以vue-cli脚手架为示例。未使用externals时,构建物中chunk-vendor.js体积90k。 其中:vue代码会打包到chunk-vendor.js。 2、使用external (1)vue.config.js修改 其中:键,就是用npm inst 阅读全文
摘要:
1.官网 https://github.com/search?q=stars:%3E1&s=stars&type=Repositories 2、github中文社区 https://www.githubs.cn/ 3、手动搜索 如:stars:>10000 webpack loader stars: 阅读全文