DEV Community

Discussion on: How do you all create your resumes?

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard • Edited

Personally I don't want my resume online. I don't know whether the premium accounts is the real business model of Resume IO but it's easy to imagine bad things you could do with all that data.

I also don't want to use Word or a similar horror.

Instead I use this Vue.js generator that takes data from a configuration file and generates multiple HTML views that you can then export as PDF

GitHub logo salomonelli / best-resume-ever

πŸ‘” πŸ’Ό Build fast πŸš€ and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.


Markdownify
best-resume-ever

Travis badge

πŸ‘” πŸ’Ό Build fast πŸš€ and easy multiple beautiful resumes and create your best CV ever

Made with Vue and LESS.



Cool

Creative

Green

Purple

Side Bar

Left Right

Material Dark

Oblique

Prerequisite

  1. 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
  1. If you do not have installed Node.js in your machine then go to this link in order to install node.

How to use

  1. Clone this repository.
git clone https://github.com/salomonelli/best-resume-ever.git
  1. Go to the cloned directory (e.g. cd best-resume-ever).

  2. Run npm install. This may take a few seconds.

  3. Customize your resume in the resume/ directory: edit your data data.yml and replace the default profile-picture id.jpg with your picture. Rename your picture as id.jpg and copy it in the resume/ directory. During this step, you may…

Highly recommended

Collapse
 
martinadamsdev profile image
Martin Adams

So cool!