跳至主要內容

React

Mr.Hope...小于 1 分钟前端网页React

创建 React 项目

使用 create-react-app 工具。

创建普通模板:

npx create-react-app xxx

创建 TS 模板:

npx create-react-app xxx --template typescript

React 文档

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.1.3