Vite + Vue3 + sass + iconify + YAML + Chrome
- 在 Web 端显示你的简历
- 可以被打印成 A4 PDF
- 通过 YAML 配置你的简历内容
- 支持在线编辑预览
- 理论上可以任意换肤,但是抱歉目前还只有这一种 hhh
- 在线解析
- YAML 验证,提供字段验证和类型提示(你可能需要安装 vscode-yaml 插件)
- PWA
- 自由使用 Web 图标
下方导航栏切换至编辑器页面,在线编辑简历对应配置项即可。
图标可参见 icones 使用
点击仓库右上角 Use this template
,或 clone 本项目。
热加载。
git clone https://github.com/YunYouJun/web-resume
cd web-resume
yarn
- 预览:
yarn dev
(http://localhost:3000/
) - 构建:
yarn build
自定义 src/assets/resume/local.resume.yml
的简历文件,支持热加载。
本地热加载页面,请进入
http://localhost:3000/local
使用 VSCode 还可以有本地 YAML 格式校验哦~
修改 id。
// src/modules/gtag.ts
app.use(VueGtag, {
property: { id: 'G-W022WEV65N' },
})
使用 Chrome 右键打印,选择另存为 PDF。
可自定义缩放比例,测试 78% 左右(自己试试咯)可以一页输出。
整体样式布局,参考自 LaTeX 简历模版 billryan/resume。
- 中英文使用手册
- How about keeping it consistent with jsonresume?