Resume data is loaded from resume/<slug>.yml via RESUME_NAME (default dobkin), with per-slug profile photos and webpack alias wiring. Export and preview honor the slug; package scripts add convenience dev/export targets. Add ai-bw layout and preview asset, cherepaha profile, and experience legend metadata on green and purple. When birth year is omitted, cool and material-dark themes show "Based in" instead of "Born" so birth.location can mean current location. README documents the new workflow and fixes export wording. Made-with: Cursor
6.2 KiB
best-resume-ever
👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever!
Made with Vue and LESS.
Prerequisite
- It is required to have Node.js with version 8.5.0 or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
node -v
- If you do not have installed Node.js in your machine then go to this link in order to install node.
How to use
- Clone this repository.
git clone https://github.com/salomonelli/best-resume-ever.git
-
Go to the cloned directory (e.g.
cd best-resume-ever). -
Run
npm install. This may take a few seconds. -
Customize your resume in the
resume/directory. Data lives in one YAML file per profile, namedresume/<slug>.yml(for exampleresume/dobkin.yml). The build defaults to thedobkinslug unless you setRESUME_NAMEto another slug (without.yml). For a second profile, addresume/cherepaha.ymland run withRESUME_NAME=cherepaha. Convenience scripts are inpackage.json(for examplenpm run dev:dobkinandnpm run dev:cherepaha).For the profile photo, use
resume/<slug>.jpgwhen it matches the active slug, otherwise the fallbackresume/id.jpgis used. -
Preview resumes with
npm run dev(orRESUME_NAME=<slug> npm run dev). The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.
-
Export your resume as PDF by running
npm run export(with the sameRESUME_NAMEyou used for dev, if not the default). To avoid errors from twonpm runprocesses at once, stop any runningnpm run devbefore exporting, unless you use a script that starts the dev server and export together (seeexport:dobkinand similar inpackage.json). You can also export a single template, for examplenode scripts/export.js ai-bw.PDFs are written to the
pdf/folder.
Creating and Updating Templates
Please read the developer docs on how to create or update templates.
Contribute
Feel free to add your own templates, language supports, fix bugs or improve the docs. Any kind of help is appreciated! If you make any kind of changes to an existing template, please commit them as new templates.
Sponsored by
Credits
This project uses several open source packages:
sarasteiert.com · GitHub @salomonelli · Twitter @salomonelli


















