Enhance project structure and styling: Update .gitignore to exclude build artifacts and uploads, modify package.json to streamline the build process, and refactor HTML and Vue components for improved layout and accessibility. Add new CSS styles for better presentation in ContactRender, EventRender, WorshipRender, and ImageContent components.

This commit is contained in:
Torsten Schulz (local)
2026-04-08 08:54:31 +02:00
parent 7e4f2935a3
commit 99ec18c8f7
9 changed files with 332 additions and 163 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && npm run copy-dist",
"build": "vue-cli-service build",
"copy-dist": "cp -r dist/* public/",
"lint": "vue-cli-service lint"
},