Initialize a Vue 3 project

This commit is contained in:
Nettika 2026-01-28 22:34:23 -08:00
parent c2f8e74c2f
commit c688bf1cda
No known key found for this signature in database
15 changed files with 1217 additions and 1 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" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>app</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>