- Dodano Vue 3 framework do projektu - Komponenty: App.vue, InvoiceGenerator.vue, UpoGenerator.vue - Nowoczesny interfejs z gradientami i animacjami - File upload z drag-n-drop obsługą - Progress bar visualizacja - Message notifications (success/error) - Responsywny design dla mobile/desktop - Copyright link do CIRFMF na GitHub - Build:app script do Vite - vue oraz @vitejs/plugin-vue instalacja
16 lines
402 B
HTML
16 lines
402 B
HTML
<!doctype html>
|
|
<html lang="pl">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>KSEF PDF Generator - Vue 3</title>
|
|
<script type="module" crossorigin src="/ksef/assets/index-Dw4i_fPq.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/ksef/assets/index-RaXg1fq2.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html> |