Skip to content

安装 v18.3.1

sh
npm install -g create-react-app
sh
npx create-react-app my-app
  • 安装 ts 依赖
sh
npm install @types/react @types/react-dom