feat: add Vue 3 interface with modern UI/UX
- 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
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import path from 'path';
|
||||
import { defineConfig } from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
|
||||
export default defineConfig({
|
||||
root: path.resolve(__dirname, 'src/app-public'),
|
||||
base: '/ksef/',
|
||||
|
||||
plugins: [vue()],
|
||||
|
||||
build: {
|
||||
outDir: path.resolve(__dirname, 'dist-app'),
|
||||
emptyOutDir: true,
|
||||
|
||||
Reference in New Issue
Block a user