Guillaume Chau
banner
guillaume.akryum.dev
Guillaume Chau
@guillaume.akryum.dev
Open Sourcerer, Vue.js Core Team, Web Enthousiast
Web Architect at @directus.io
Reposted by Guillaume Chau
Two new versions of unplugin-vue-router today!
- 0.16.2 with HMR fixes
- 0.17.0 that just removes the deprecated vue-router/auto export (easy migration, check changelog)

github.com/posva/unplug...
Release v0.17.0 · posva/unplugin-vue-router
Please refer to CHANGELOG.md for details.
github.com
November 14, 2025 at 9:36 AM
Reposted by Guillaume Chau
You can now "use workflow" with @nuxt.com

useworkflow.dev/docs/gettin...
November 8, 2025 at 3:50 PM
Reposted by Guillaume Chau
Vibe coding PRs - STOP please...
November 10, 2025 at 5:02 AM
Reposted by Guillaume Chau
📸 we've just released Nuxt Image v2! ✨

💪 full TS support with typed providers + modifiers
⚡ IPX v3
⚗️ server-side image utilities
🎨 template ref access
🌐 new Shopify & GitHub providers

happy optimizing ❤️

👉 read more at nuxt.com/blog/nuxt-i...
November 5, 2025 at 10:49 AM
Reposted by Guillaume Chau
Nuxt Studio Alpha is Out ✨

- Self-hosted: Runs alongside your Nuxt app
- No external dependencies
- Free and open-source

Add your GitHub OAuth and start editing today.

content.nuxt.com/blog/studio...
Nuxt Studio Alpha Release
Introducing the first alpha release of Nuxt Studio as a free, open-source Nuxt module. Edit your content in production with GitHub integration and real-time preview.
content.nuxt.com
November 5, 2025 at 2:20 PM
Reposted by Guillaume Chau
The upcoming self-hosted version of Nuxt Studio is 🤯

All you need is to create a GitHub OAuth app.
October 31, 2025 at 4:00 PM
Reposted by Guillaume Chau
Vite 7.2.0-beta.1 is out ✋
Beta docs at main.vitejs.dev

🗃️ `build.license` option
🔌 proxy + HTTP2 support
💜 and more feats and fixes

Help us test the beta and give us feedback!

Full changelog linked below.

github.com/vitejs/vite/...
github.com
October 29, 2025 at 7:40 AM
Look what we found with @todde.tv
@rizumu.ayaka.moe 🇯🇵
October 29, 2025 at 6:27 AM
Amazing conference that is @vuefes.bsky.social in the very good company of @danielroe.dev
October 29, 2025 at 6:18 AM
Reposted by Guillaume Chau
ViteConf 2025 was a blast!

If you didn't catch up on all the highlights yet, then our recap post is what you need.

◆ Vite+ 👀
◆ How Oxlint supports JS plugins
◆ A @vite.dev DevTools sneak peek
◆ State of @vitest.dev
◆ Using @rolldown.rs & Oxlint at scale
◆ ...and more

voidzero.dev/posts/whats-...
ViteConf 2025 Recap
ViteConf 2025 was a landmark event for the Vite ecosystem, featuring major announcements like Vite+, Oxlint JavaScript Plugins, Vite DevTools, Nitro v3, and more. Read all about the highlights in our…
voidzero.dev
October 27, 2025 at 12:20 PM
Reposted by Guillaume Chau
🪝 Hookable powers Nuxt & Nitro hooks — every build, request, and render calls it.

🔥 v6.x (rc): 20–35× faster and 79% smaller (−2.26 KB) (with HookableCore)

Thanks @negezor for the perf magic ✨
October 26, 2025 at 9:04 PM
Reposted by Guillaume Chau
I can’t believe this just happened… @evanyou.me, @dominikg.dev, and @danabra.mov are right in front of me at @vuefes.bsky.social talking about AI and the future of frontend. Super excited!
October 25, 2025 at 8:09 AM
Reposted by Guillaume Chau
Potentially coming to a @vitest.dev browser mode report near you 👀

New view for visual regression testing failures with tabs for:
- diff, reference, and actual screenshots
- slider to compare reference vs actual (before/after style)
October 25, 2025 at 10:55 PM
Reposted by Guillaume Chau
Hot off the press!

6.8 released with some big features 🎉

⚡@vite.dev by default
🕚 Compatible with libraries from 8+ years ago*
✨ New APIs: renderComponent, additional reactive data structures
🤝 No more hbs by default (strict: true)

Read more here:

blog.emberjs.com/ember-releas...
Ember 6.8 Released
The Ember project is excited to announce the release of Ember v6.8. This is a standard minor release as part of the standard Ember Release Train process, but this release isn't...
blog.emberjs.com
October 26, 2025 at 4:17 AM
Here are my slides of my @vuefes.bsky.social talk earlier today about rstore.dev 🙇🇯🇵
slides.akryum.dev/2025-10-rsto...
rstore and the challenge of building a local-first store - Slidev
"We will explore what is rstore and how it works as a flexible state management solution.\n"
slides.akryum.dev
October 25, 2025 at 3:34 PM
Reposted by Guillaume Chau
Thank you for the session! The live release at @danielroe.dev and the local-first state management demo @guillaume.akryum.dev are super interesting. Vue Fes became a special memory for me.
October 25, 2025 at 8:55 AM
Deployed the demo app I live coded during @vuefes.bsky.social here so you can try it
pokemon.akryum.dev
October 25, 2025 at 7:38 AM
Reposted by Guillaume Chau
🎁 we've just released Nuxt 4.2!

🎨 better error pages in dev
🔮 opt-in Vite Environment API
🎯 abort controller for data fetching composables
⚡️ asyncData handler extraction
🔧 experimental TypeScript plugin support

happy upgrading ❤️

👉 read more at nuxt.com/blog/v4-2
Nuxt 4.2 · Nuxt Blog
Nuxt 4.2 is out - with experimental TypeScript plugin support, better error handling in development, abort control for data fetching, and more!
nuxt.com
October 25, 2025 at 6:17 AM
New home page design rstore.dev
October 25, 2025 at 6:29 AM
Just released restore.dev v0.8 with Offline support and many improvements
The Drizzle Nuxt module can now be realtime and offline with this change in your nuxt config:

rstoreDrizzle: {
ws: true,
offline: true
}

github.com/directus/rst...
Release v0.8.0 · directus/rstore
🚀 Enhancements Revamped cache and layers for faster performance (2b59e9b) nuxt: Newer nuxt dependency and related improvements (baa8497) query: Use onServerPrefetch to allow SSR without awaiting t...
github.com
October 25, 2025 at 6:29 AM
Reposted by Guillaume Chau
Vitest 4 is out!

- Browser Mode is Stable
- Visual Regression Testing
- Improved Debugging
- Pool Stabilization
- New APIs
- Bug Fixes

Stay updated with our blog post:

vitest.dev/blog/vitest-4
Announcing Vitest 4.0
Vitest 4.0 Release Announcement
vitest.dev
October 22, 2025 at 3:43 PM
Reposted by Guillaume Chau
✅Announcing Vitest 4.0 ✅

Our latest Vitest update brings Browser Mode to stable, allowing you to test your UI in real browsers like Chrome.

Also new:

- Visual Regression Testing to catch unintended UI changes
- Playwright Trace support for easier debugging

voidzero.dev/posts/announ...
Announcing Vitest 4.0
Vitest 4.0 is released with Browser Mode being marked stable, Visual Regression testing support, and Playwright Trace support. The Vitest team will focus on performance improvement in the upcoming…
voidzero.dev
October 22, 2025 at 3:47 PM
Reposted by Guillaume Chau

📢Introducing a speaker at Vue Fes Japan 2025✨


【Daniel Roe @danielroe.dev
「Beyond the Framework: Building for the Next Decade of the Web」

Check out the session details here✅
👉 vuefes.jp/2025/en/spea...

#vuefes #vuejs
Daniel Roe
Beyond the Framework: Building for the Next Decade of the Web
vuefes.jp
October 21, 2025 at 12:06 AM