React
Mr.Hope ... 2020-05-08 小于 1 分钟
# 创建 React 项目
使用 create-react-app
工具。
创建普通模板:
npx create-react-app xxx
1
创建 TS 模板:
npx create-react-app xxx --template typescript
1
使用 create-react-app
工具。
创建普通模板:
npx create-react-app xxx
创建 TS 模板:
npx create-react-app xxx --template typescript
该应用可以安装在您的 PC 或移动设备上。这将使该 Web 应用程序外观和行为与其他应用程序相同。它将在出现在应用程序列表中,并可以固定到主屏幕,开始菜单或任务栏。此 Web 应用程序还将能够与其他应用程序和您的操作系统安全地进行交互。