摘要:
开始使用 WebStorm 搭建( WebStorm 请自行安装...... ) 在 项目 根目录 新建个 app.js 开始 编写 app,js // 引入 HTTP 模块 const http = require("http"); // 可以使用 HTTPS 模块 // const https 阅读全文
摘要:
// 设置 淘宝镜像源npm config set registry https://registry.npm.taobao.org // 查看 使用的 镜像源npm config get registry// 安装 淘宝镜像源 npm install -g cnpm --registry=http 阅读全文