VScode 搭建 React 前端开发环境
跳到导航
跳到搜索
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 XXXX 时间大概需要 3~5分钟。
Error
未安装 create-react-app
执行 npx create-react-app XXXX 出现如下错误 npm ERR! code ENOENT npm ERR! syscall lstat ...