脚手架:create-react-app装置脚手架:$ npm i create-react-app -g查看装置:$ npm create-react-app --version新建我的项目:$ npx create-react-app my-app