摘要: 1、 npm 和 cnpm 的区别 相信很多人都不太明白 npm 和 cnpm 到底是什么东东, 为啥在国内要用 淘宝镜像使用 cnpm, (1) 两者之间只是 node 中包管理器的不同哟, (2) npm是node官方的包管理器。cnpm是个中国版的npm,是淘宝定制的 cnpm (gzip 压 阅读全文
posted @ 2020-11-08 17:54 peanut321 阅读(202) 评论(0) 推荐(0)
摘要: 一、设置 javaScript language version 为 React jsx 二、设置ESLint Disable ESLint 阅读全文
posted @ 2020-11-08 15:45 peanut321 阅读(347) 评论(0) 推荐(0)
摘要: 2020-11-08 07:59:04 typescript 1安装 npm i -g typescript 2编译和执行 方法一: tsc helloworld.ts ​ //执行前先下载node.js node helloworld.js 方法二 //执行前先安装ts-node npm i -g 阅读全文
posted @ 2020-11-08 08:00 peanut321 阅读(422) 评论(0) 推荐(0)