切换主题
安装node.js 注意:不要使用node.js18以下的版本,无法创建React项目
node.js
使用如下命令来创建Vue3项目
yarn create react-app my_react_app
注意my_react_app应该替换成React项目名称
my_react_app