feat vite feature

This commit is contained in:
2024-07-30 14:49:42 +08:00
parent ed728f66d3
commit 4f92af3360
21 changed files with 8090 additions and 1446 deletions

11
viteTest/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="./index.js" type="module"></script>
</head>
<body>
<h1>vite Demo</h1>
</body>
</html>