index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <!-- <% for (var i in
  9. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.css) { %>
  10. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="preload" as="style" />
  11. <link href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" rel="stylesheet" />
  12. <% } %> -->
  13. <title>
  14. <%= webpackConfig.name %>
  15. </title>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- 使用CDN加速的JS文件,配置在vue.config.js下 -->
  23. <!-- <% for (var i in
  24. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
  25. <script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
  26. <% } %> -->
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>
  30. <script>
  31. // document.domain = "cocorobo.cn"
  32. </script>