cnpm 的使用

加快下载速度,替代npm

  • 第一步

    npm install -g cnpm --registry=https://registry.npm.taobao.org
    
  • 第二步,安装你想安装的模块

    cnpm install [name]
    
    // 如 安装 @vue/cli
    cnpm install -g @vue/cli
    
  • 淘宝镜像网址:https://developer.aliyun.com/mirror/NPM?from=tnpm

posted @ 2020-09-26 09:29  玖舞二柒  阅读(319)  评论(0)    收藏  举报