Refactor project to use Vite: Remove Vue CLI configuration files and update package.json to integrate Vite for development and build processes. Adjust HTML structure for improved asset loading and streamline dependencies in package-lock.json.

This commit is contained in:
Torsten Schulz (local)
2026-04-08 09:03:33 +02:00
parent 99ec18c8f7
commit 597c8ceffe
56 changed files with 2282 additions and 13363 deletions

View File

@@ -0,0 +1 @@
.reset-password[data-v-3a4e9538]{max-width:400px;margin:auto}form[data-v-3a4e9538]{flex-direction:column;display:flex}label[data-v-3a4e9538]{margin-top:10px}input[data-v-3a4e9538]{border:1px solid #ddd;border-radius:4px;margin-top:5px;padding:8px}button[data-v-3a4e9538]{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;margin-top:20px;padding:10px}button[data-v-3a4e9538]:disabled{cursor:not-allowed;background-color:#ccc}.dialog[data-v-3a4e9538]{background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-content[data-v-3a4e9538]{background:#fff;border-radius:4px;width:90%;max-width:420px;padding:16px}