# promise **Repository Path**: aurorm/promise ## Basic Information - **Project Name**: promise - **Description**: promise函数笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 下载此文件需要下载jquery库 ### cls清空终端 ### npm init i -y ### cnpm i jquery -S ### 打开时使用服务器打开 ## git init ## git add . (文件放到暂存区) ## git commit -m "" ## git remote add origin https://gitee.com/aurorm/promise.git ## git push -u origin master