Skip to content

React

React + TypeScript

react ts vite

快速创建

bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-ts
bash
$ yarn create runow your-app-name --template react-ts
bash
$ pnpm create runow your-app-name --template react-ts
bash
$ bun create runow your-app-name --template react-ts

在线预览

React + Antd

react antd react-router lucide ts vite

快速创建

bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-antd
bash
$ yarn create runow your-app-name --template react-antd
bash
$ pnpm create runow your-app-name --template react-antd
bash
$ bun create runow your-app-name --template react-antd

在线预览

React + Next.js + NextUI

react next-js next-ui tailwindcss ts vite

快速创建

bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-nextjs-nextui
bash
$ yarn create runow your-app-name --template react-nextjs-nextui
bash
$ pnpm create runow your-app-name --template react-nextjs-nextui
bash
$ bun create runow your-app-name --template react-nextjs-nextui

在线预览