vue webpack打包线上优化
2019-07-25 本文已影响0人
想个名字好麻烦的
![](https://img.haomeiwen.com/i2514755/c2156019af3a4f23.png)
![](https://img.haomeiwen.com/i2514755/f0f4c1cce821ef1d.png)
![](https://img.haomeiwen.com/i2514755/2428baf7871a6443.png)
路由懒加载
like this:
import Workbench from 'components/workbench/workbench' Index from 'components/index/index'
const Workbench = () => import('../components/workbench/workbench')
其余不变
![](https://img.haomeiwen.com/i2514755/a55b8ff856ceafb2.png)
![](https://img.haomeiwen.com/i2514755/bd8888ce010a2ec1.png)
![](https://img.haomeiwen.com/i2514755/51a32f12718b9612.png)
服务端开启gzip
开启http缓存 强缓存和协商缓存搞起来
![](https://img.haomeiwen.com/i2514755/59393baf47dc4d7b.png)
牛皮!完美!