1. 创建React应用
npx create-react-app my-app
cd my-app
npm start
2. npm install 安装依赖包
3. 创建React+Redux+ToolKit应用
npx create-react-app my-app --template redux
1. 创建React应用
npx create-react-app my-app
cd my-app
npm start
2. npm install 安装依赖包
3. 创建React+Redux+ToolKit应用
npx create-react-app my-app --template redux
本文标题:常见React命令
本文链接:https://www.haomeiwen.com/subject/fataqrtx.html
网友评论