11 2020 档案
移出所有的console.log的命令
摘要:官网:https://www.npmjs.com/package/babel-plugin-transform-remove-console npm下载 npm install babel-plugin-transform-remove-console --save-dev 阅读全文
posted @ 2020-11-30 23:00 跛豪丶 阅读(125) 评论(0) 推荐(0)
git的一些上传命令
摘要:查看分支: git branch 查看状态: git status 保存到暂存区: git add . 提交到本地仓库: git commit -m "完成了" 推送到远程: git push 合并到master: git checkout master git merge xxx git push 阅读全文
posted @ 2020-11-24 16:58 跛豪丶 阅读(80) 评论(0) 推荐(0)