React

𝑔𝑜𝑜𝑔𝑥ℎ2020年5月8日
小于 1 分钟

创建 React 项目

使用 create-react-app 工具。

创建普通模板:

npx create-react-app xxx

创建 TS 模板:

npx create-react-app xxx --template typescript

React 文档