08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / demo / index.html
caibinghong on 15 Jul 2021 add
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <title>EAP5-Admin-Login</title>
  <% if(!htmlWebpackPlugin.vite){%>
    <!--发布时 公共库-->
    <script src="/webpackDll/vuelibs.dll.js"></script>
    <script src="/webpackDll/elementui.dll.js"></script>
    <script src="/webpackDll/vendor.dll.js"></script>
    <%}%>

    <!--预览时 公共库-->
    <!-- <% if(htmlWebpackPlugin.vite==true){%>
      <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
      <script src="https://unpkg.com/vue/dist/vue.js"></script>
      <script src="https://unpkg.com/element-ui/lib/index.js"></script>

      <%}%> -->
          <script src="/eap.umd.js"></script>
          <script src="/project/setting/desktop/appsetting/js/1.0.0/appsetting.js" type="text/javascript"></script>
</head>

<body>
  <div id="app"></div>
  <% if(htmlWebpackPlugin.vite==true){%>

    <script type="module" src="./index.js"></script>
    <%}%>
      <!-- built files will be auto injected -->
</body>

</html>