如何创建ts+react项目

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

posted @ 2020-12-25 11:50  GaGaPei  阅读(1255)  评论(0编辑  收藏  举报