init: création d'un template vide vite+vue3

This commit is contained in:
2026-03-09 23:40:11 +01:00
commit cf2ce6ba2f
10 changed files with 1441 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drags and Nerds #2</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>