A CV template built as a web app. Prints perfectly on A4 papers.

10
2
Vue

cv

A CV built as a web app and prints perfectly on A4 papers.

img

img

Overview

  • Perfect print to A4. This is just a web app that’s made to be printable, you’ll see exactly what will be printed.
  • Set quick data (name, website, etc) in a json file, and larger texts (like your cover letter) in a markdown file. The app knows how to pull its data from those.
  • This serves as a CV template example. You can clone this and change it however you like.

Configuration

Configurable things are all put under src/content:

Your picture is at src/assets/pic.png.

Tip: You can make this grayscale by setting grayscalePicture to true in config.json.

Run

npm install
npm start

Then open http://localhost:8080.

Print

Hit Ctrl+P in google chrome and print to pdf or a printer.