创建React项目

创建React项目

  1. 安装node.js
    注意:不要使用node.js18以下的版本,无法创建React项目

  2. 使用如下命令来创建Vue3项目

    yarn create react-app my_react_app

    注意my_react_app应该替换成React项目名称