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

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <title>EAP5</title>
</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>