Registry / devops / react-vite

react-vite

JSON →
library0.0.5jsnpmunverified

A CLI tool to quickly scaffold React projects using Vite with pre-configured templates. Current stable version is 0.0.5, with slow release cadence. Differentiators: offers curated templates for React + Vite setups, simplifying initial configuration compared to manual Vite setup or Create React App. Lightweight CLI focused on React ecosystem.

npm install react-vite
INSTALL
IMPORT
SIG · REACT-VITE
R
react-vite
devopsjavascriptv0.0.5
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

react-vite
npx react-vite <project-name>
Used via CLI, not programmatic import. Run with npx to scaffold a project.

Scaffold a new React + Vite project using the CLI, install dependencies, and start dev server.

npx react-vite my-app cd my-app npm install npm run dev
react-vite --version
Debug
Known issues
gotchaPackage is a CLI tool; do not install as a runtime dependency.
fix
Use npx react-vite or install globally with `npm install -g react-vite`.
gotchaVery early stage (v0.0.5); API and templates may change without notice.
fix
Pin version or check template compatibility after updates.
Errors
Common errors & fixes
command not found: react-vite
Not installed or not using npx.
fix
Run with npx: `npx react-vite my-app`
npm ERR! code ENOENT
Missing package.json in target directory.
fix
Ensure you run in an empty or project directory.
Upgrade
Version history
0.0.5latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
react-vite — npm install react-vite · libregistry