/resume

About Me

Primary LanguageJavaScript

Vue.js Resume

resume template

Demo

https://kimwoohyun.github.io/resume/

Build Setup

npm

# install dependencies
npm install

# serve with hot reload at 0.0.0.0
npm run start

# build for production with minification
npm run build

or using yarn

# install dependencies
yarn install

# serve with hot reload at 0.0.0.0
yarn start

# build for production with minification
yarn build

How to make your own resume

  • Fork and clone this repository.
  • Run yarn install on your terminal.
  • Open src/contents.js on your text editor.
  • Edit and Add your contents
  • Run yarn build on your terminal
  • Do setting for github.io hosting.