随笔分类 -  前后端交互->Node

摘要:Axios 阅读全文
posted @ 2021-09-27 11:46 无风何其浪 阅读(25) 评论(0) 推荐(0)
摘要:1、镜像源链接切换 //查看镜像源使用状态: npm get registry //全局切换镜像源: npm config set registry http://registry.npm.taobao.org //全局切换官方镜像源 npm config set registry http://w 阅读全文
posted @ 2021-09-02 15:48 无风何其浪 阅读(8973) 评论(0) 推荐(0)
摘要:NodeJS简介 什么是NodeJS Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。Node.js 的官网地址: 阅读全文
posted @ 2021-08-17 17:47 无风何其浪 阅读(160) 评论(0) 推荐(0)