js知识点7

github将代码提交远程代码仓库

步骤:

git add . 添加到缓存区

git status  查看文件状态

git commit -m “提交” 提交文件

git remote add origin 仓库地址  链接远程仓库

git push -u origin master  推送到远程仓库

git clone +仓库项目地址

git pull  同步仓库

框架 handlebarsjs  less  sass  swiper  earnfish.com  项目列表


移动端项目练习

js知识点7_第1张图片

你可能感兴趣的:(js知识点7)