vva-cli
Version:
A CLI of Vue 3 and Typescript and Element-plus in Vite
16 lines (13 loc) • 342 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/imgs/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= name %></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>