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로 제작된 개발자 백승엽 이력서 및 경럭기술서 (한국어버전) 🇰🇷
- Host: GitHub
- URL: https://github.com/dev-jeromebaek/resume-ko
- Owner: Dev-Jeromebaek
- Created: 2018-06-09T05:55:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T20:40:11.000Z (over 5 years ago)
- Last Synced: 2024-04-14T05:36:52.744Z (about 1 year ago)
- Topics: resume, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 14.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.