Skip to content

This repository provides a template for building a personal CV (Curriculum Vitae) or resume using Nuxt 3.

License

Notifications You must be signed in to change notification settings

heydayle/nuxt-3-cv-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository provides a template for building a personal CV (Curriculum Vitae) or resume using Nuxt 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published