vue常用的相关命令

  1. 卸载vue-cli命令
    1)卸载命令:
         npm uninstall vue-cli -g
         如果是4.0版本要使用下面的卸载命令
        npm uninstall @vue/cli -g
    2)查看版本号命令:
        vue -V
  2. 查看vue版本
    npm list vue
    vue常用的相关命令
  3. 卸载旧的npm
     npm uninstall npm -g
  4. vue 版本查看
    命令:npm list vue
    vue常用的相关命令
  5. 卸载vue
    命令:npm uninstall vue
    vue常用的相关命令
  6. 卸载旧的cnpm
    命令:npm uninstall cnpm -g
    vue常用的相关命令
  7. 安装cnpm
    命令:npm install -g cnpm --registry=https://registry.npm.taobao.org
    vue常用的相关命令
  8.