Skip to content

dienakakim/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dien Tran's resume

My resume, built with HTML5, Vue, and Tailwind CSS.

How to build

Install nodejs and then install chromehtml2pdf globally:

npm i chromehtml2pdf -g

Then run the following command in the project directory to produce the PDF version:

node -e "const{exec}=require('child_process');const path=require('path');const compilePDF=exec(`chromehtml2pdf -c --out output.pdf \"${path.resolve('newresume.html')}\"`);compilePDF.stdout.on('data', (data)=>console.log(data));compilePDF.stderr.on('data', (data)=>console.log(data));"

The filename should be output.pdf if done correctly.

About

My resume, built with HTML5, Vue, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages