adding vue web interface

This commit is contained in:
2019-09-01 16:57:14 +02:00
parent 82adf635eb
commit 7cfaba4e53
24 changed files with 12548 additions and 0 deletions

12
web/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>web</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>