Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.47 KB

Alpine

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.

Using with Direct Clone or Fork

Installation

  • clone this repository
    gh repo fork https://github.com/heydayle/nuxt-3-cv-template --clone
  • install dependencies
    pnpm install
  • run development server
    pnpm dev

After installing, you should:

  • Update properties curriculumVitae in app.config.ts
  • Turn-off property isDemo in app.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