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 my-app1
Error
未安装 create-react-app
npm ERR! code ENOENT npm ERR! syscall lstat ...