# animating-resume **Repository Path**: crazybber/animating-resume ## Basic Information - **Project Name**: animating-resume - **Description**: 一个会动的简历模块,Demo Here - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个动态的自我介绍 > This is a dynamic resume preview use docs folder [预览](https://crazybber.github.io/dynamic-introduce) ## 使用方法 ``` bash git clone https://github.com/crazybber/dynamic-introduce.git cd animating-introduce npm install npm run dev ``` ## 部署调试说明 1. 编辑 config/index.js,修改第 10 行的 assetsPublicPath,值为 `你的输出目录(如:public)`。如果你没有修改项目名 dynamic-introduce,则可跳过此步骤。 1. 修改debug模式下的访问端口,编辑:config/index.js,修改第26行。当前port: 80, 3. 编译、上传 ```bash npm run build git add . git commit -m "update site" git push origin master ``` 4. 开启 GitHub Pages 功能 使用docs目录host站点 ![use-docs-for-git-pages](./use-docs-for-gitpages.png)