VScode 搭建 React 前端开发环境:修订间差异
跳到导航
跳到搜索
小无编辑摘要 |
无编辑摘要 |
||
第9行: | 第9行: | ||
zip 版本直接解压使用 | zip 版本直接解压使用 | ||
以下操作可以在 VSCode 右下窗口,终端选项卡中 | |||
以下操作可以在 VSCode | |||
=== SETUP === | === SETUP === | ||
npm install -g create-react-app | npm install -g create-react-app |
2023年7月31日 (一) 12:28的版本
INIT
node.js
https://nodejs.cn/download/ 下载长期支持版本
VSCode
https://code.visualstudio.com/Download zip 版本直接解压使用
以下操作可以在 VSCode 右下窗口,终端选项卡中
SETUP
npm install -g create-react-app
Run npm install -g [email protected] to update!
npx create-react-app my-app1
Error
未安装 create-react-app
npm ERR! code ENOENT npm ERR! syscall lstat ...