yarn创建

  yarn create react-app react-ts --template=typescript

  or

  yarn create react-app antd-demo-ts --template typescript

npx创建

  npx create-react-app react-ts --template=typescript

  or

  npx create-react-app antd-demo-ts --typescript

相关文章: