feat: add svelte

This commit is contained in:
Mauricio Siu
2024-06-30 19:57:48 -06:00
parent 415c719b93
commit 0bb2a0b1e3
16 changed files with 286 additions and 0 deletions

13
svelte-simple/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>