Skip to content

wukong-c/vue3-cli

Repository files navigation

技术栈

vite + vue3 + vue-router + pinia + axios + element-plus

更新包

  1. 安装 npm-check-updates
npm install -g npm-check-updates
  1. 运行 ncu 来显示要升级的软件包
ncu
  1. 全量更新所有包至最新版本
ncu --upgrade
// or
ncu -u
  1. 或者手动选择需要更新的包
ncu --interactive
// or
ncu -i

使用 git cz

//全局安装commitizen
npm install -g commitizen