使用vite

This commit is contained in:
2023-10-13 05:45:12 +08:00
parent 0865ef39f6
commit 2aadae6b85
11 changed files with 409 additions and 122 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh">
<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>webRTC</title>
</head>
<body>
<script type="module" src="./src/main.js"></script>
</body>
</html>