cnpm install create-react-app -g 全局安装
create-react-app myapp 创建项目
cd myapp 进入项目
npm start 启动项目
npm run eject 暴露
Create React App脚手架官网:https://create-react-app.dev/
cnpm install create-react-app -g 全局安装
create-react-app myapp 创建项目
cd myapp 进入项目
npm start 启动项目
npm run eject 暴露
Create React App脚手架官网:https://create-react-app.dev/