2022年4月22日

ECMAScript 6.0新特性

摘要: ECMAScript 6.0 (以下简称ES6, ECMAScript是一种由Ecma国际(前身为欧洲计算机制造商协会,英文名称是 European Computer Manufacturers Association)通过ECMA-262标准化的脚本程序设计语言)一种脚本语 言的标准,已经在201 阅读全文

posted @ 2022-04-22 20:46 南瓜小子 阅读(70) 评论(0) 推荐(0)

设置npm的镜像

摘要: 一、打开cmd使用命令: # npm config set registry https://registry.npm.taobao.org 二、配置后可通过下面命令来验证是否成功 # npm config ls 此时:metrics‐registry = "http://registry.npm. 阅读全文

posted @ 2022-04-22 00:09 南瓜小子 阅读(1035) 评论(0) 推荐(0)

导航