# resume **Repository Path**: kirklin/resume ## Basic Information - **Project Name**: resume - **Description**: 程序员简历模板 , 简约简历模板 简历 resume 根据JSON生成简历 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-14 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简历模板生成器 该项目使用 Vue 3 + Typescript + Vite 进行开发, 可以通过JSON生成简历 # 效果图 ![简历](./简历.png) # 使用步骤 1. `npm install` 安装依赖 2. `npm run dev` 启动代码热部署 3. 修改components文件夹下Resume组件中的initData对象即可修改简历 4. 在浏览器中直接打印即可生成PDF文件 # 觉得有用记得给个Star哦