/resume_vue3_ts

vue3 + ts + ant-design-vue 构建的简历模版项目,支持在线编辑简历,导出pdf

Primary LanguageVueApache License 2.0Apache-2.0

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

功能点

  • :one:支持数据本地持久化(不删除 localStorage) :heavy_check_mark:
  • :two:支持模版数据一次填写,每个模版复用 :heavy_check_mark:
  • :three:支持导出 pdf 文件 :heavy_check_mark:
  • :four:支持更换图标 :heavy_check_mark:
  • :five:支持更换主题颜色 :heavy_check_mark:
  • :six:支持拖拽调整模块位置 :heavy_check_mark:

模版

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

技术栈

  • vue3 + ant-design-vue 2.0 + TypeScript + Vite + less

项目运行

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

License