React
React + TypeScript
快速创建
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
快速创建
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
快速创建
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