Updated project to a simple Vue 3 + Vite project, with Vue i18n, Pinia, Vitest and Playwright

This commit is contained in:
2026-01-14 14:03:19 -05:00
parent cce81245f8
commit d22186bc0a
29 changed files with 3717 additions and 6761 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="">
<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>