117 wires and counting

$ follow Vue.js

Keep up with Vue.js in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-21
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CREATE-VUE ROLLS TO 3.23.0, VITEPRESS SURFACES BUILD DIAGNOSTICS

By RepoJournal · Filed · About Vue.js · Composed from the cited sources · methodology

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.

Action items

References

  1. [1] v3.23.0 ↗ vuejs/create-vue
  2. [2] version 3.23.0 snapshot ↗ vuejs/create-vue-templates
  3. [3] feat: show vite version in startup log ↗ vuejs/vitepress
  4. [4] chore: update snapshot ↗ vuejs/create-vue

Quick answers

What shipped in Vue.js on July 21, 2026?
Create-vue and its templates ship v3.23.0 in sync, while VitePress now logs Vite version on startup to cut troubleshooting friction. In total, 4 commits and 1 pull requests landed.
Who contributed to Vue.js on July 21, 2026?
2 developers shipped this update, including Haoqun Jiang and btea.
What were the notable Vue.js updates?
v3.23.0, version 3.23.0 snapshot, and feat: show vite version in startup log.