feat(resume): add ResumePreview container component (Story 2-2)

- Create app/components/resume/ResumePreview.vue with single-column layout
- Implement A4 container (210mm × 297mm) with 24px margins
- Add all resume sections: Header, Summary, Experience, Education, Additional Info
- Apply blue (#2563eb) and white color scheme with Inter typography
- Add print styles with .no-print class and break-inside-avoid
- Integrate useResumeData() composable for reactive data
- Update pages/resume.vue to use ResumePreview component

Closes Story 2-2
This commit is contained in:
mahdiarghyani
2025-12-01 11:22:16 +03:30
parent 171cac9101
commit 6541cfec16
4 changed files with 183 additions and 51 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ development_status:
# ═══════════════════════════════════════════════════════════════
epic-2: contexted
2-1-create-resume-page-route: done
2-2-create-resume-preview-container-component: ready-for-dev
2-2-create-resume-preview-container-component: done
2-3-create-resume-header-main-content-components: ready-for-dev
2-4-create-resume-sidebar-components: ready-for-dev
2-5-create-download-button-component: ready-for-dev