app模板、应用模板、组件模板、widget模板
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.

33 lines
1.3 KiB

4 years ago
  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="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. <%=process.env.NODE_ENV==='production' ?
  10. '<script src="/TIS_LIB/flexible.js"></script>'+
  11. '<link rel="stylesheet" href="/TIS_LIB/tis-ui/theme-chalk/index.css">' :
  12. '<script src="/lib/flexible.js"></script>'+
  13. '<link rel="stylesheet" href="http://localhost:9902/tis-ui/theme-chalk/index.css">'%>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. <%=process.env.NODE_ENV==='production' ?
  22. '<script src="/TIS_LIB/vue/vue.js"></script>'+
  23. '<script src="/TIS_LIB/tis-ui/index.js"></script>' :
  24. '<script src="http://localhost:9902/tis-ui/index.js"></script>'%>
  25. <!--<script type="text/javascript" src="http://localhost:7001/js/chunk-vendors.js"></script>-->
  26. <!--<script type="text/javascript" src="http://localhost:7001/js/app.js"></script>-->
  27. </body>
  28. </html>