8000 GitHub - rookie-luochao/create-vite-app-cli at v0.6.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

generator for quickly create webapp, it contains popular front-end technology templates

Notifications You must be signed in to change notification settings

rookie-luochao/create-vite-app-cli

Repository files navigation

create-vite-app-cli

Scaffolding Your First Vite Project

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 PNPM:

$ pnpx 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:

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

Currently supported template presets include:

0