Compatibility Note: Vite requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create abunuo-cli@latest
With Yarn:
$ yarn create abunuo-cli
With PNPM:
$ pnpm create abunuo-cli
With Bun:
$ bun create abunuo-cli
Then follow the prompts!
- PreRuleFlow supported by react-app-demo
- CustomRuleFlow supported by create-vite
Currently supported template presets include:
vanilla
vanilla-ts
vue
vue-ts
react
react-ts
react-swc
react-swc-ts
preact
preact-ts
lit
lit-ts
svelte
svelte-ts
solid
solid-ts
qwik
qwik-ts
You can use .
for the project name to scaffold in the current directory.