We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近在准备简历,网上的在线模板大多要求填写繁琐的表单,扩展性不高,还容易打断写作思路。自己纯原创使用 Words 排版,又很抓狂。于是心血来潮搞了一个本地 “沉浸式” 编写 JSON 文件,在线生成 PDF 简历的小项目。
项目地址:https://github.com/RylanBot/resume-json-pdf
新鲜出炉的项目,祝大家新年快乐 💖,欢迎提出 issue 和 Star ⭐️
React
TypeScript
Tailwind CSS
Tip
在线导出 JSON 模板 → 本地修改数据 → 上传修改后的 JSON 文件 → 在线导出 PDF 简历
缺少某个字段不会报错,但页面相应部分渲染为空白,可能导致排版扭曲
注意 JSON 格式规范,缺少括号逗号等情况会导入失败
Profile
Experience[ ]
Style
如果你熟悉 Web 前端技术且对源码感兴趣,可以根据以下命令,在本地启动这个程序
npm install # or 'yarn' npm run dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
☂️ 前言
最近在准备简历,网上的在线模板大多要求填写繁琐的表单,扩展性不高,还容易打断写作思路。自己纯原创使用 Words 排版,又很抓狂。于是心血来潮搞了一个本地 “沉浸式” 编写 JSON 文件,在线生成 PDF 简历的小项目。
项目地址:https://github.com/RylanBot/resume-json-pdf
新鲜出炉的项目,祝大家新年快乐 💖,欢迎提出 issue 和 Star ⭐️
🔥 功能介绍
React
TypeScript
Tailwind CSS
”🧙🏻 快速上手
🔮 开箱即用
Tip
在线导出 JSON 模板 → 本地修改数据 → 上传修改后的 JSON 文件 → 在线导出 PDF 简历
参数说明
缺少某个字段不会报错,但页面相应部分渲染为空白,可能导致排版扭曲
注意 JSON 格式规范,缺少括号逗号等情况会导入失败
Profile
Experience[ ]
"details": [ "描述内容" ] }
Style
🔮 二次开发
如果你熟悉 Web 前端技术且对源码感兴趣,可以根据以下命令,在本地启动这个程序
npm install # or 'yarn' npm run dev
🌷 效果预览
The text was updated successfully, but these errors were encountered: