健康同学微信公众号h5项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1KB

  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><%= webpackConfig.name %></title>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- 使用CDN加速的JS文件,配置在vue.config.js下 -->
  21. <!-- <% for (var i in
  22. htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
  23. <script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
  24. <% } %> -->
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>