vue
1) vue打包时生成随机的JS和CSS文件名;2)在nginx里设置不缓存:
if ($request_filename ~* ^.*?.(html|htm)$) { add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate"; }