The Nuxt CV Template is a simple CV designed to help you present essential information including Personal Information
, Summary
, Work Experience
, Skills
, Education
, Projects
, etc. Employers can use this template to evaluate and assess your overall capabilities.
All you need to do is fill in the correct information within the variables configured in the app.config.ts
file. After that, you simply need to deploy it to your domain to see the results.
- 📖 Demo
- clone this repository
gh repo fork https://github.com/heydayle/nuxt-3-cv-template --clone
- install dependencies
pnpm install
- run development server
pnpm dev
- Update properties
curriculumVitae
inapp.config.ts
- Turn-off property
isDemo
inapp.config.ts
- Update
thumbnail.png
file (overwrite image, don't change name) in folder./public
NOTES
- This project using "pnpm" or "bun" as package manager
- Support locales (default: English and Vietnamese), You can add new language in
nuxt.config.ts
with i18n)- Support SSR and SEO
- The og:title of socials sharing using
Fullname
- The og:description of socials sharing using
Summary
- You can change these others info in
app.config.ts