WIP of display modules. Vue parcel setup.

This commit is contained in:
2020-08-26 00:44:22 +02:00
parent 43153bc697
commit 28cec0b7b4
11 changed files with 622 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hive monitor</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="fonts/style.css">
</head>
<body>
<div id="app">
</div>
</body>
<script src="main.js"></script>
</html>