https://github.com/jayin/resume
1分钟构建个人的在线简历
https://github.com/jayin/resume
github-pages react resume resume-template
Last synced: 8 months ago
JSON representation
1分钟构建个人的在线简历
- Host: GitHub
- URL: https://github.com/jayin/resume
- Owner: Jayin
- License: mit
- Created: 2015-07-14T14:07:48.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-02-10T08:30:43.000Z (over 2 years ago)
- Last Synced: 2025-03-29T15:10:18.579Z (about 1 year ago)
- Topics: github-pages, react, resume, resume-template
- Language: JavaScript
- Homepage: http://www.jayinton.com/resume/build/
- Size: 826 KB
- Stars: 200
- Watchers: 7
- Forks: 289
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 只需一分钟1分钟,轻松构建个人的在线简历(请点击项目右上角的star支持下😄)
#### react + json 构建一份个人简历
#### => [点击这里访问演示 http://jayin.github.io/resume/build/](http://jayin.github.io/resume/build/index.html) <=
### 使用
##### 1. Fork 这个仓库

##### 2. 修改[resume.json](data/resume.json)(简历信息都写在里面),填入你的信息

##### 3. 提交修改并push到你的GitHub

##### 4. 访问[http://you_username.github.io/resume/build/index.html](http://{you_username}.github.io/resume/build/index.html)
### 对本项目开发
```shell
npm install
npm run serve # 访问http://localhost:3000/resume/build/
gulp watch # build & watch
```
### License
MIT