启动命令

  • npm/cnpm install :加载依赖(淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org)
  • npm/cnpm run dev :本地启动
  • npm run server :启动

 git命令

  • git status :查看代码修改情况
  • git add .\src\ :将修改添加到暂存区
  • git commit -m '说明文字' :将更改和日志消息一起存储到新的提交中
  • git pull :把gitlab上面的代码拉取下来
  • git push :把提交中的代码推送到gitlab上

 通用命令

  • ctrl + c --> y :停止终端
  • clear :清空终端

 发布命令

  • npm run build

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-11-14
  • 2021-11-14
  • 2021-11-22
  • 2021-12-27
  • 2021-09-04
猜你喜欢
  • 2021-12-28
  • 2021-11-24
  • 2022-01-19
  • 2021-06-17
  • 2021-06-19
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案