mockup

simple-resume-vue

Simple universal responsive resume based on Vue.

Features

  • Multi-language support
  • Language switcher
  • Simple resume data format in *.yaml
  • Responsive layout (mobile | tablet | desktop)
  • Printer-friendly

Quick Start

  1. Fork/clone this repository.

 git clone https://github.com/awakentrue/simple-resume-vue.git 
  1. Install Node.js version 8.9 or above (v.10+ recommended).

  2. Install dependencies.

npm install
  1. Customize your resume in the resume/ directory: add or edit *.yaml file. If there is a need to add or remove supported language, edit src/api/resumeService.js.
  2. Serve with hot reload.

npm run serve
  1. Build for production.

npm run build

GitHub

https://github.com/awakentrue/simple-resume-vue