# anires **Repository Path**: zhangfeifei6/anires ## Basic Information - **Project Name**: anires - **Description**: animation resume - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用方法 ``` bash git clone https://github.com/sitexa/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 功能