WIP; Vue3 project tree

This commit is contained in:
2023-02-28 13:57:08 +01:00
parent a7b2dbf4bc
commit 3b428f52af
27 changed files with 2486 additions and 10 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>basebox ToDo Sample App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>