Code Monkey home page Code Monkey logo

web-resume's Introduction

Web-Resume

GitHub Pages

Vite + Vue3 + sass + iconify + YAML + Chrome

English | 简体中文

Feature

  • Display your resume on the web
  • Can be printed as A4 PDF
  • Configure your resume content via YAML
    • Support online editing preview (If you need to store resumes, you should use the local method.)
    • Custom Style
    • Online Parse
    • YAML validation, providing field validation and type hinting (Maybe you need install vscode-yaml)
  • PWA
  • Free to use web icons

Usage

Online

Preview

View https://resume.elpsy.cn/resume?url= + Your Resume File URL.

For example: https://resume.elpsy.cn/resume?url=https://fastly.jsdelivr.net/gh/YunYouJun/web-resume/src/assets/resume/local.resume.yml.

Edit

下方导航栏切换至编辑器页面,在线编辑简历对应配置项即可。

图标可参见 icones 使用

Local

You can use it with hot reload.

Click repo Use this template, or clone this。

git clone https://github.com/YunYouJun/web-resume
cd web-resume
pnpm i
pnpm run resume

Command

  • Preview: pnpm dev (http://localhost:3000/)
  • Preview Resume:pnpm resume
  • Build: pnpm build

Custom

Resume

Custom src/assets/resume/local.resume.yml (Hot Reload)

View http://localhost:3000/local You can use vscode with yaml validate.

Google Analytics

Custom ID.

// src/modules/gtag.ts
app.use(VueGtag, {
  property: { id: 'G-W022WEV65N' },
})

Print

Use Chrome to right-click to print and select Save as PDF.

You can customize the zoom ratio, test about 78% (try it yourself), and you can output on one page.

Ref

Styles refer to LaTeX resume template billryan/resume.

Todo

Sponsors

web-resume's People

Contributors

yunyoujun avatar flaribbit avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.