啟動命令
npm/cnpm install :加載依賴(淘寶鏡像:npm install -g cnpm --registry=https://registry.npm.taobao.org)
npm/cnpm run dev :本地啟動
git命令
git status :查看代碼修改情況
git add .\src\ :將修改添加到暫存區
git commit -m '說明文字' :將更改和日志消息一起存儲到新的提交中
git pull :把gitlab上面的代碼拉取下來
git push :把提交中的代碼推送到gitlab上
通用命令
ctrl + c --> y :停止終端
clear :清空終端
————————————————
版權聲明:本文為CSDN博主「鄒文聰」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/qq_41402200/article/details/84754996