移除webpack,替换为vite,删除弃用文件 (#1)
Co-authored-by: xief <1789784602@qq.com> Reviewed-on: #1
This commit is contained in:
13
index.html
Normal file
13
index.html
Normal 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>
|
Reference in New Issue
Block a user