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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user