开发模式下使用 Vite

This commit is contained in:
2024-05-16 20:38:58 +08:00
parent 50ba876daf
commit beef70cb4d
3 changed files with 18 additions and 7 deletions

4
index.html Normal file
View File

@@ -0,0 +1,4 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>DEMO</title>
<script defer type="module" src="./index.js"></script>