zoukankan      html  css  js  c++  java
  • node--cli

    1 js 包管理工具

    一般使用的有 npm cnpm yarn,推荐使用yarn(个人喜好)

    2 替换源

    为了避免被墙引发的错误,下载包时的速度,使用淘宝镜像

    npm config set registry=https://registry.npm.taobao.org
    

    3 使用 yarn

    安装 yarn

    npm install yarn -g
    

    设置源

    yarn config set registry https://registry.npm.taobao.org
    

    4 使用 cnpm

    添加方式和 yarn 类似

    Created: 2019-12-20 周五 19:03

    Validate

  • 相关阅读:
    POJ 1251Jungle Roads
    ES6---Class基本语法
    浅谈JS的toString
    为什么用Object.prototype.toString.call(obj)检测对象类型?
    JS输出内容为[object Object]与toString
    Sublime text JsFormat插件的安装
    Sublime Text 无法使用Package Control或插件安装失败的解决方法
    Emmet-前端开发神器
    sublime text 3中文版配置--插件ChineseLocalizations
    vs code相关用法
  • 原文地址:https://www.cnblogs.com/heidekeyi/p/12017679.html
Copyright © 2011-2022 走看看