Vite¶
Vite is the frontend build tool and dev server used by many browser apps.
Upstream references¶
What upstream owns¶
- dev server and production build behavior
- static deployment mechanics
- environment variable loading semantics
What VCQA owns¶
- build artifact expectations.
- client environment-variable boundary.
- static hosting fit.
Detection signals¶
vitedependencyvite.config.*npm run buildinvokingvite build
Composed standards¶
Combination-born guidelines¶
- Vite plus static hosting means
basemust match deploy path expectations. - Vite plus client config means
VITE_*values are public and must not contain secrets. - Vite plus Cloudflare Pages requires build output and Functions assembly to deploy together.