移除webpack,替换为vite,删除弃用文件 (#1)

Co-authored-by: xief <1789784602@qq.com>
Reviewed-on: #1
This commit is contained in:
2024-05-23 09:45:08 +08:00
parent f60054ca19
commit f22f1acd52
80 changed files with 434 additions and 7920 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>CADViewComponent</title>
</head>
<body>
<script type="module" src="/src/ViewSrc/index.ts"></script>
</body>
</html>