Migrate to vite

This commit is contained in:
2022-07-24 11:58:10 +03:00
parent 9bc1f73e26
commit 91f80c342f
16 changed files with 21842 additions and 29026 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>vue-three-d-mockup</title>
</head>
<body>
<noscript>
<strong>We're sorry but vue-three-d-mockup doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>