index_prod.html 1.2 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="renderer" content="webkit">
  7. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  8. <!-- 禁止浏览器缓存index.html begin -->
  9. <meta http-equiv="Expires" content="0">
  10. <meta http-equiv="Pragma" content="no-cache">
  11. <meta http-equiv="Cache-control" content="no-cache">
  12. <meta http-equiv="Cache" content="no-cache">
  13. <!-- 禁止浏览器缓存index.html end -->
  14. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  15. <title><%= htmlWebpackPlugin.options.title %></title>
  16. <link rel="stylesheet" href="https://cdn.staticfile.org/element-ui/2.15.7/theme-chalk/index.min.css">
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. <script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.14/vue.min.js"></script>
  25. <script src="https://cdn.staticfile.org/element-ui/2.15.7/index.min.js"></script>
  26. </body>
  27. </html>