删除node_modules下所有文件
摘要:删除node_modules下所有文件del D:\websoft\democode\H\node_modules\*.* rd /s D:\websoft\democode\H\node_modules
阅读全文
posted @
2019-06-07 11:07
optre
阅读(370)
推荐(0)
学习使用github管理
摘要:目前: 已安装git,在github已经创建仓库 一、以前基本使用git运行react项目,从github下载demo 1.桌面右键打开,点击 Git Bash Here,启动git管理 2.使用git --help查看git命令 3.使用git从github上克隆代码到本地 git clone 你
阅读全文
posted @
2019-06-07 10:55
optre
阅读(173)
推荐(0)