demo.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta content="telephone=no" name="format-detection" />
  6. <link rel="shortcut icon" href="https://img14.360buyimg.com/imagetools/jfs/t1/167902/2/8762/791358/603742d7E9b4275e3/e09d8f9a8bf4c0ef.png" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
  8. <title>NutUI - 移动端 Vue2、Vue3、小程序 组件库</title>
  9. <meta http-equiv="Cache-Control" content="no-cache" />
  10. <meta http-equiv="Pragma" content="no-cache" />
  11. <meta http-equiv="Expires" content="0" />
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong
  16. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  17. properly without JavaScript enabled. Please enable it to
  18. continue.</strong
  19. >
  20. </noscript>
  21. <div id="app"></div>
  22. <script type="module" src="./src/sites/mobile/main.ts"></script>
  23. <script type="text/javascript">
  24. var jaq = jaq || [];
  25. jaq.push(["account", "JA2018_1831300"]);
  26. jaq.push(["domain", "jd.com"]);
  27. (function() {
  28. var ja = document.createElement("script");
  29. ja.type = "text/javascript";
  30. ja.async = true;
  31. ja.src = "//wl.jd.com/joya.js";
  32. var s = document.getElementsByTagName("script")[0];
  33. s.parentNode.insertBefore(ja, s);
  34. })();
  35. </script>
  36. </body>
  37. </html>