project setup

This commit is contained in:
2023-04-27 00:56:13 +02:00
parent 8bd9ca94bb
commit 3579a5894a
18 changed files with 3764 additions and 144 deletions

View File

@@ -7,7 +7,7 @@
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="app"></div>
<div id="app" class="bg-light"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>