Vue + Vite
所有模版均基于 Vue 和 Vite
Blank
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template vue-vite
bash
$ yarn create runow your-app-name --template vue-vite
bash
$ pnpm create runow your-app-name --template vue-vite
bash
$ bun create runow your-app-name --template vue-vite
Ant Design Vue
快速开始
bash
# npm 7+,需要添加额外的 --:
$ npm create runow@latest your-app-name -- --template vue-vite-antdv
bash
$ yarn create runow your-app-name --template vue-vite-antdv
bash
$ pnpm create runow your-app-name --template vue-vite-antdv
bash
$ bun create runow your-app-name --template vue-vite-antdv