vue.js的app.js太大怎么优化?
# http://nginx.org/en/docs/http/ngx_http_gzip_module.html
gzip on;
gzip_min_length 1000;
gzip_proxied expired no-cache no-store private auth;
#gzip_types text/plain application/xml;
gzip_types *;
https://cn.vuejs.org/v2/guide/components-dynamic-async.html#异步组件
懒加载