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

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分钟构建个人的在线简历

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 这个仓库

![](screenshot/step_0.png)

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

![](screenshot/step_1.png)

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

![](screenshot/step_2.png)

##### 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