A resume template written in Vue.js.
Example resume.
- Setup the project
- Modify resume info data (and modify components when necessary)
- Open dev server or compile the project
- Open the website
- Save the webpage as pdf
See Vite Configuration Reference.
yarn install # then fill in your resume-info.js & prepare a resume-photo if needed
yarn dev
yarn build
yarn lint