feat: first commit

This commit is contained in:
Yuwnei Xiao
2023-08-23 12:10:29 +08:00
parent 4ae85fdb0f
commit cb2cead693
23 changed files with 2523 additions and 2 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!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>Vue Library Starter</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>