Skip to content

Vue + Vite

所有模版均基于 Vue 和 Vite

Blank

vue vite ts

快速开始

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

vue vite antd lucide ts

快速开始

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