My resume built with Vue.js
Click here to see it live.
The resume is meant to be printed. When the print dialog is activated, styling changes for printing. However, some tweaks are still needed in the print dialog for optimum results. In Chrome, it's best to uncheck header/footer, and set margin to custom. Margins should be 0" on all sides except the right, which should be 0.13". Here is a link to the output pdf.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.