Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeybling/anires
一个会动的简历---欢迎 Fork ➡️
https://github.com/joeybling/anires
cv nodejs npm resume typescript vue webpack
Last synced: 2 days ago
JSON representation
一个会动的简历---欢迎 Fork ➡️
- Host: GitHub
- URL: https://github.com/joeybling/anires
- Owner: JoeyBling
- License: apache-2.0
- Created: 2019-04-25T01:04:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:48:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:53:25.708Z (7 months ago)
- Topics: cv, nodejs, npm, resume, typescript, vue, webpack
- Language: Vue
- Homepage: https://joeybling.github.io/anires/index.html
- Size: 2.44 MB
- Stars: 16
- Watchers: 3
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**本项目源于:[https://github.com/jirengu-inc/animating-resume](https://github.com/jirengu-inc/animating-resume "https://github.com/jirengu-inc/animating-resume")。向作者表示深深的敬意。**
# 一个会动的简历模板
- 功能还很少,欢迎各位给我提意见和建议~## 线上预览
> **This is my resume ➡️ [https://joeybling.github.io/anires/index.html](https://joeybling.github.io/anires/index.html)**
## 项目截图
[![試毅-思伟的个人简历](./screenshots/all_mini.png "試毅-思伟的个人简历")](https://joeybling.github.io/anires/index.html "試毅-思伟的个人简历")
## 使用方法
```bash
git clone https://github.com/JoeyBling/anires.git
cd anires
npm install
npm run dev
```## 部署方法
1. 编辑 **config/index.js**,修改第 10 行的 `assetsPublicPath`,值为 `项目名/public`。如果你没有修改项目名 `anires`,则可跳过此步骤。
2. 编译、上传
```bash
npm run build
git add .
git commit -m "update"
git push
```
3. 开启 **GitHub Pages** 功能,把生成的目标文件`public/*`放在你的web服务器上。4. 访问地址:[https://your-github-username.github.io/anires/public](https://joeybling.github.io/anires/index.html "https://joeybling.github.io/anires/index.html")
# 关于我
- [个人博客](https://zhousiwei.gitee.io/)
- [技术笔记](https://zhousiwei.gitee.io/ibooks/)
- [GitHub](https://github.com/JoeyBling)
- [码云](https://gitee.com/zhousiwei)
- [简书](https://www.jianshu.com/u/02cbf31a043a)
- [CSDN](https://blog.csdn.net/qq_30930805)
- [知乎](https://www.zhihu.com/people/joeybling)
- [微博](http://weibo.com/jayinfo)
- **主要涉及技术:`Java后端开发`、`聚合支付`、`公众号开发`、`开源爱好者`、`Linux`**## License
[Apache License](./LICENSE)