Jan 21 · 3 min read · Migrating from Vue 2 to Vue 3 is one of those topics that comes up often but is rarely discussed calmly. Most conversations make it feel urgent, risky, or overdue. The truth is simpler and far less dramatic. Not every Vue 2 application needs to migra...
Join discussion
Jan 10 · 4 min read · When building web applications, especially SPAs with frameworks like Vue.js, it’s very common to expose resource identifiers in URLs: /offers/32 At some point, many developers feel uncomfortable with this and try to hide or obfuscate IDs on the front...
Join discussion
Oct 30, 2025 · 5 min read · Introduction Businesses today demand digital experiences that are fast, adaptable, and built for growth, yet many struggle with tangled code structures and limited flexibility as their applications scale. Managing features across multiple components ...
Join discussionOct 1, 2025 · 4 min read · If you’re looking for a clean, modern, and developer-friendly Vue.js admin template, MatDash is one of the best options available. Built with Vuetify, this template offers a robust structure, reusable components, and a responsive design that works pe...
Join discussion
Sep 29, 2025 · 10 min read · If you are moving a large Nuxt 2 app into Nuxt 3, this is the guide I wish my past self had. I wrote it during our migration of Pensionfriend (pensionfriend.de) from Nuxt 2/Vue 2 to Nuxt 3/Vue 3, after Vue 2 reached end of life. The goal was simple: ...
Join discussionSep 25, 2025 · 1 min read · 在 Nuxt 3 專案中,這是一個被稱為「自動導入 (auto-imports)」的特性 我:為何 showPost 不用引用就可以直接使用? [id].vue: 1 lines selecteduseAsyncData Gemini: stat_minus_1Thinking 在 Nuxt 3 專案中,這是一個被稱為「自動導入 (auto-imports)」的特性。 Nuxt 會自動掃描特定目錄下的檔案,例如 composables/ 和 utils/,並將其中定義的函式、變數等在整個應用程...
Join discussionSep 1, 2025 · 5 min read · Hook:“Why Vue's Composition API is changing how we think about component architecture in 2025.” 🥂 If you’ve worked on a growing Vue app, you know the struggle: Options API works fine for tiny components, but big components become messy spaghetti 🍝....
Join discussion
Aug 4, 2025 · 3 min read · This is a continuation of this article: https://crocodayo.hashnode.dev/one-way-to-bootstrap-vue3-project Install Storybook Simply follow the instruction in this page: https://storybook.js.org/docs/get-started/install Make sure to select Vue to get th...
Join discussion