Browsing Tag
vue
59 posts
Vue3 重点难点全解析:这些坑你踩过几个?
Vue3 发布已久,Composition API、响应式重构、TypeScript 支持等特性让人眼前一亮,但真正深入项目后,才发现“会用”和“用对”之间隔着不少难点。本文梳理了 Vue3 开发中高频踩坑的重点难点,希望能帮你少走弯路。 一、响应式系统的“糖”与“坑” Vue3 用 Proxy 代替了 Object.defineProperty,解决了 Vue2 中对象新增属性不响应、数组索引和长度监听等历史难题。但新的响应式 API 也带来了新的心智负担。 1. ref…
From Marketplace to Independent Stack: Migrating a B2B Industrial Site to Nuxt 3 & Spring Boot
1. The Backstory I recently took on a project to move a traditional industrial enterprise away from Alibaba…
5 Things AI Can’t Do, Even in Vue.js
This report addresses limitations AI-assisted tools encounter in Vue.js development process. Analysis of five fundamental limitations is presented…
🥊 The Ultimate Laravel + Inertia Localization Showdown: Why laravel-lang-sync-inertia Beats the Giants
If you are building a multilingual application with Laravel and Inertia.js, you need a way to share your…
Update (2026/01/13): Added CRAZY Roller Coaster Builder Rainbow Version🌈
🙀How to Create a CRAZY Roller Coaster Builder (🎢RollerCoaster.js + React Three Fiber + AI) Web Developer Hyper…
The Birth of Websites: A Visual Journey through IT History
Introduction Have you ever wondered when your favorite programming language was actually released? Or when the major platforms…
New in Vue – December 2025
Hi, everyone. This will be my 24th and last article in 2025. I wish you all a great…
How Vue Reactivity Actually Works Under the Hood (A Simple Explanation With Internals)
If you’ve been working with Vue for a while, you’ve probably learned the rules: ref() holds a value…
Vue tricks: smart layouts for VueJS
Mastering layouts in Vue.js is a milestone that separates beginners from intermediate developers. When you first start, you…
How to Implement Content Security Policy in Nuxt
When building modern web applications with Nuxt, security should never be an afterthought. One of the most effective…