# resume **Repository Path**: sidchai/resume ## Basic Information - **Project Name**: resume - **Description**: 一个会动的个人简历 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://sidchai.gitee.io/resume/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-28 - **Last Updated**: 2021-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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://sidchai.gitee.io/resume/](https://sidchai.gitee.io/resume/)** ## 项目截图 [![柴星的个人简历](./screenshots/1.png "柴星的个人简历")](https://sidchai.gitee.io/resume/ "柴星的个人简历") ## 使用方法 ```bash git clone https://gitee.com/sidchai/resume.git cd resume npm install npm run dev ``` ## 部署方法 1. 编辑 **config/index.js**,修改第 10 行的 `assetsPublicPath`,值为 `/项目名/`。如果你没有修改项目名 `resume`,则可跳过此步骤。 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/resume/public](https://sidchai.gitee.io/resume/ "https://sidchai.gitee.io/resume/") # 关于我 - [码云](https://gitee.com/sidchai) - [CSDN](https://blog.csdn.net/weixin_45847204) - **主要涉及技术:`Java后端开发`、`开源爱好者`、`Linux`** ## License [Apache License](./LICENSE)