Initial generated code

a la `npm create vue@latest`

using lts/iron
This commit is contained in:
Lance Edgar 2024-06-08 10:04:59 -05:00
commit 397b7b02e5
25 changed files with 664 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>