https://github.com/fanqingsong/aboutme
an animation resume
https://github.com/fanqingsong/aboutme
Last synced: 3 months ago
JSON representation
an animation resume
- Host: GitHub
- URL: https://github.com/fanqingsong/aboutme
- Owner: fanqingsong
- Created: 2019-09-18T03:14:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T07:06:29.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:25:53.502Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 功能