常见React命令

2022-01-01  本文已影响0人  阿_贵

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

上一篇下一篇

猜你喜欢

热点阅读