0.8.0 • Published 6 months ago

create-vite-app-cli v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

create-vite-app-cli

a fast create webapp template cli, perfect engineering development experience, currently supported template presets include:

  • react-ts (React + TypeScript + Vite + Pnpm + Zustand + Openapi + Docker)
  • vue-ts (Vue 3 + TypeScript + Vite + Pnpm + Pinia + Openapi + Docker)

Quick Start

Compatibility Note: Vite requires Node.js version 14.18+, 16+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With Run:

# npm
$ npm create vite-app-cli@latest

# pnpm
$ pnpm create vite-app-cli@latest

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + React project, run:

# npm
npm create vite-app-cli@latest my-react-app --template react-ts

# pnpm
pnpm create vite-app-cli@latest my-react-app --template react-ts

template presets detail:

Contribute Code

0.8.0

6 months ago

0.7.5

6 months ago

0.7.4

6 months ago

0.7.3

6 months ago

0.7.2

6 months ago

0.7.1

6 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.0

7 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago