创建vue项目

This commit is contained in:
2026-02-06 20:19:09 +08:00
parent 3cb15575e6
commit 99c5c5089e
13 changed files with 1680 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>Graduation Design WR</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>