跳到主要内容

认识

2024年04月29日
柏拉文
越努力,越幸运

介绍

CreateReactApp

创建

通过 npx


npx create-react-app my-app

通过 npm


npm init react-app my-app

通过 yarn


yarn create react-app my-app