Let's try ElectronJS

This commit is contained in:
Donald Zou 2024-08-10 12:58:14 -04:00
parent fd3fc66bfc
commit 2f90ab15dc
7 changed files with 98 additions and 2 deletions

View file

@ -27,5 +27,4 @@ coverage
*.sw?
*.tsbuildinfo
.vite/*
electron
.vite/*

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard</title>
<script type="module" crossorigin src="./assets/index.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index.css">
</head>
<body>
<div id="app" class="w-100 vh-100"></div>
</body>
</html>