Home

Awesome

一款 web 端的简历编辑工具,可支持在线编辑,导出 pdf

功能点

模版

<table> <tr> <td><a href="https://yangxuechen.github.io/resume_vue3_ts/#/resumeEdit/template01?name=resume-01"><img src="https://github.com/yangxuechen/resume_vue3_ts/blob/dev/src/assets/resume-temp/temp-01.png" style=" width: 250px; height: 350px;padding:0 15px;"></img></a></td> <td> <a href="https://yangxuechen.github.io/resume_vue3_ts/#/resumeEdit/template01?name=resume-02"><img src="https://github.com/yangxuechen/resume_vue3_ts/blob/dev/src/assets/resume-temp/temp-02.png" style=" width: 250px; height: 350px;padding:0 15px;"></img></a></td> <td> <a href="https://yangxuechen.github.io/resume_vue3_ts/#/resumeEdit/template01?name=resume-03"><img src="https://github.com/yangxuechen/resume_vue3_ts/blob/dev/src/assets/resume-temp/temp-03.png" style=" width: 250px; height: 350px;padding:0 15px;"></img></a></td> </tr> <tr> <td> <a href="https://yangxuechen.github.io/resume_vue3_ts/#/resumeEdit/template01?name=resume-04"><img src="https://github.com/yangxuechen/resume_vue3_ts/blob/dev/src/assets/resume-temp/temp-04.png" style=" width: 250px; height: 350px;padding:0 15px;"></img></a></td> <td> <a href="https://yangxuechen.github.io/resume_vue3_ts/#/resumeEdit/template01?name=resume-05"><img src="https://github.com/yangxuechen/resume_vue3_ts/blob/dev/src/assets/resume-temp/temp-05.png" style=" width: 250px; height: 350px;padding:0 15px;"></img></a></td> <td> <a href="https://yangxuechen.github.io/resume_vue3_ts/#/resumeEdit/template01?name=resume-06"><img src="https://github.com/yangxuechen/resume_vue3_ts/blob/dev/src/assets/resume-temp/temp-06.png" style=" width: 250px; height: 350px;padding:0 15px;"></img></a></td> </tr> </table>

预览地址 https://www.dxjl.cc/

技术栈

项目运行

  git clone git@github.com:yangxuechen/resume_vue3_ts.git
  cd resume_vue3_ts
  yarn
  yarn dev

License