Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirengu-inc/animating-resume
饥人谷出品:一个会动的简历。欢迎 Fork ➡️
https://github.com/jirengu-inc/animating-resume
resume
Last synced: 28 days ago
JSON representation
饥人谷出品:一个会动的简历。欢迎 Fork ➡️
- Host: GitHub
- URL: https://github.com/jirengu-inc/animating-resume
- Owner: jirengu-inc
- Created: 2017-02-12T11:14:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T05:39:14.000Z (over 6 years ago)
- Last Synced: 2024-10-01T15:42:09.885Z (about 1 month ago)
- Topics: resume
- Language: JavaScript
- Homepage: https://jirengu-inc.github.io/animating-resume/public/
- Size: 946 KB
- Stars: 2,254
- Watchers: 59
- Forks: 863
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - animating-resume
README
# 一个会动的简历模板
> This is my resume
[预览](https://jirengu-inc.github.io/animating-resume/public/)
## 使用方法
``` bash
git clone [email protected]:jirengu-inc/animating-resume.git
cd animating-resume
npm install
npm run dev
```## 部署方法
1. 编辑 config/index.js,修改第 10 行的 assetsPublicPath,值为 `项目名/dist`。如果你没有修改项目名 animating-resume,则可跳过此步骤。
2. 编译、上传
``` bash
npm run build
git add .
git commit -m "update"
git push
```3. 开启 GitHub Pages 功能