一、React脚手架1、创建并启动第一步,全局安装:npm install -g create-react-app
第二步,切换到想创项目的目录,使用命令:create-react-app 项目名称 或 create-react-app
2021-09-28