feat(create-vite): consider adding an option to scaffold Vite DevTools integration
Author: webfansplzCreated Jun 8, 2026Updated Sep 16, 2026
Labelsp2-to-be-discussedfeat: create-vite
Description
I’d like to propose adding an optional prompt in create-vite for scaffolding Vite DevTools integration.
The idea is to let users choose during project creation whether they want DevTools enabled by default, instead of requiring them to set it up manually after scaffolding.
Possible behavior:
- keep the current minimal setup as the default
- add an opt-in prompt such as “Add Vite DevTools?”
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Source: vitejs/vite