An open API service indexing awesome lists of open source software.

https://github.com/dev-jeromebaek/resume-ko

Vue.js로 제작된 개발자 백승엽 이력서 및 경럭기술서 (한국어버전) 🇰🇷
https://github.com/dev-jeromebaek/resume-ko

resume vue vuejs

Last synced: 4 months ago
JSON representation

Vue.js로 제작된 개발자 백승엽 이력서 및 경럭기술서 (한국어버전) 🇰🇷

Awesome Lists containing this project

README

        

# Vue.js Resume

> resume template

## Demo
> https://kimwoohyun.github.io/resume/

## Build Setup

npm
``` bash
# 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
``` bash
# 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.