feat: Initialized tauri dashboard

This commit is contained in:
2023-10-04 13:53:57 +02:00
parent cb2eb9dee3
commit bac28c30ad
36 changed files with 4961 additions and 0 deletions

14
toos-dashboard/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri + Vue 3 App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>