0.2.0 • Published 1 year ago

create-classic-vite-cli v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

create-classic-vite-cli

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

  • react-tailwind-ts (React + TypeScript + Vite + Tailwind)

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 classic-vite-cli@latest

# pnpm
$ pnpm create classic-vite-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 classic-vite-cli@latest my-react-app --template react-tailwind-ts

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

template presets detail:

0.2.0

1 year ago

0.1.0

1 year ago