The Wire · Showcase
CREATE-VUE ROLLS TO 3.23.0, VITEPRESS SURFACES BUILD DIAGNOSTICS
By RepoJournal · Filed · About Vue.js
Create-vue and its templates ship v3.23.0 in sync, while VitePress now logs Vite version on startup to cut troubleshooting friction.
The create-vue scaffold ecosystem moves together this cycle: both create-vue [1] and create-vue-templates [2] landed v3.23.0 snapshots, ensuring new project generators and their bundled templates stay aligned. VitePress added diagnostic teeth with a new CLI feature that explicitly prints the Vite version on startup [3], surfacing the exact build tool version developers are running without a dig through node_modules or package.json. This kills a common debugging friction point - developers can now validate they're on the right Vite version before chasing phantom issues through their config. The update rolled through with snapshot refreshes [4] to lock in the new state.
One email a day. Unsubscribe in one click.
What actually shipped in Vue.js, written up every day — commits, pull requests, releases, and security advisories.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update create-vue to 3.23.0 for next scaffold generation vuejs/create-vue [plan]
- → Pull latest VitePress to get Vite version logging in dev logs vuejs/vitepress [monitor]
References
- [1] v3.23.0 vuejs/create-vue
- [2] version 3.23.0 snapshot vuejs/create-vue-templates
- [3] feat: show vite version in startup log ↗ vuejs/vitepress
- [4] chore: update snapshot vuejs/create-vue