React + Vite
所有模版均基于 React 和 Vite
Blank
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-vitebash
$ yarn create runow your-app-name --template react-vitebash
$ pnpm create runow your-app-name --template react-vitebash
$ bun create runow your-app-name --template react-viteTailwind CSS
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-vite-twbash
$ yarn create runow your-app-name --template react-vite-twbash
$ pnpm create runow your-app-name --template react-vite-twbash
$ bun create runow your-app-name --template react-vite-twAnt Design
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template react-vite-antdbash
$ yarn create runow your-app-name --template react-vite-antdbash
$ pnpm create runow your-app-name --template react-vite-antdbash
$ bun create runow your-app-name --template react-vite-antd