feat: add vuejs example

This commit is contained in:
Mauricio Siu
2024-06-30 19:13:27 -06:00
parent 5a2bb25d1c
commit 99c459e044
24 changed files with 607 additions and 0 deletions

13
vuejs-simple/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>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>