Files
ClassContent/历届学生/陈一航/2020-04-15/笔记.txt
2024-09-27 02:06:13 +08:00

28 lines
479 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

noodejs让js运行在后端服务器上的运行环境
基于 c++ + v8 写的
node -v
v12.13.1
npm install -g cnpm --registry=https://registry.npm.taobao.org
项目配置信息文件 package.json
npm 依赖管理工具
npm init -y or cnpm init -y
https://www.npmjs.com/
npm installi 插件名 or cnpm i 插件名
切换npm插件下载地址为国内的淘宝镜像源 cnpm
https://developer.aliyun.com/mirror/NPM?from=tnpm
npm run start or npm start