chore: initialize Vite setup

This commit is contained in:
coderwei
2025-05-21 11:37:16 +08:00
parent f08329eef4
commit 8abae324a5
5 changed files with 592 additions and 5725 deletions

15
web/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>geekai</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>