create-iking-admin
Version:
金合技术中台脚手架
22 lines (21 loc) • 516 B
HTML
<!--
* @Author: wfl
* @LastEditors: wfl
* @description:
* @updateInfo:
* @Date: 2022-10-24 10:09:58
* @LastEditTime: 2022-10-24 15:41:28
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="microapp"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>