Skip to content

安装

大多数项目都是从一个模板开始的。让我们使用由 React Router 维护的一个基础模板:

sh
npx create-react-router@latest my-react-router-app

现在切换到新的目录并启动应用程序。

sh
cd my-react-router-app
npm i
npm run dev

现在你可以打开浏览器,访问 http://localhost:5173

你可以在 GitHub 上查看该模板,了解如何手动搭建你的项目。

查看所有模版,看一下哪个模版适合你的部署需求。

Released under the MIT License.