React + Next.js
所有模版均基于 React 和 Next.js
Blank
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-next
bash
$ yarn create runow your-app-name --template react-next
bash
$ pnpm create runow your-app-name --template react-next
bash
$ bun create runow your-app-name --template react-next
Tailwind CSS
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-next-tailwindcss
bash
$ yarn create runow your-app-name --template react-next-tailwindcss
bash
$ pnpm create runow your-app-name --template react-next-tailwindcss
bash
$ bun create runow your-app-name --template react-next-tailwindcss
Next UI
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-next-nextui
bash
$ yarn create runow your-app-name --template react-next-nextui
bash
$ pnpm create runow your-app-name --template react-next-nextui
bash
$ bun create runow your-app-name --template react-next-nextui
Headless UI
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-next-headlessui
bash
$ yarn create runow your-app-name --template react-next-headlessui
bash
$ pnpm create runow your-app-name --template react-next-headlessui
bash
$ bun create runow your-app-name --template react-next-headlessui
Shadcn UI
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-next-shadcnui
bash
$ yarn create runow your-app-name --template react-next-shadcnui
bash
$ pnpm create runow your-app-name --template react-next-shadcnui
bash
$ bun create runow your-app-name --template react-next-shadcnui