Tagged articles

Vue

708 articles · Page 1 of 8
21CTO
21CTO
Aug 13, 2026 · Frontend Development

Evan You Launches New Company While Unveiling Pinia 4 – Key Updates and Impact

Evan You announced the formation of a new company and the official release of Pinia 4, highlighting a shift to pure ESM modules, a 77% bundle‑size reduction, a modern nostics‑based error‑diagnostics system, the adoption of ES2022 Object.hasOwn, and the debut of Pinia Colada 1.0 with deep Vue‑Router integration, while also outlining the strategic governance behind Vue’s sustainable development.

ESMError DiagnosticsJavaScript
0 likes · 8 min read
Evan You Launches New Company While Unveiling Pinia 4 – Key Updates and Impact
Architect's Guide
Architect's Guide
Aug 6, 2026 · Backend Development

What Is a Software Scaffold, Why Do You Need It, and Which Ones Are Common?

The article explains the concept of software scaffolding, why it is essential for reuse, DRY, and open‑closed principles, presents a case study comparing a custom persistence layer with Spring Data, and surveys popular scaffolds such as Vue, Maven, Netty, Java EE, Dropwizard and Spring Boot.

MavenSpring BootSpring Data
0 likes · 12 min read
What Is a Software Scaffold, Why Do You Need It, and Which Ones Are Common?
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 30, 2026 · Frontend Development

HTML-in-Canvas Lands: Introducing the First GPU‑Level UI Component Library

The article explains how HTML-in-Canvas bridges the long‑standing gap between DOM and Canvas by delivering Canvas UI, an open‑source library that wraps GPU rendering, shaders and animation logic into 25+ ready‑to‑use components, supports major frameworks, and outlines its current experimental limitations.

Canvas UIGPU renderingHTML-in-Canvas
0 likes · 7 min read
HTML-in-Canvas Lands: Introducing the First GPU‑Level UI Component Library
Java Companion
Java Companion
Jul 30, 2026 · Backend Development

Building a Complete E‑Commerce Site Solo with an Open‑Source Java Platform

The author describes how a freelance developer delivered a full‑featured e‑commerce store for a beauty influencer by adopting the open‑source CRMEB Java platform, detailing the tech stack, deployment steps, UI theming, built‑in marketing modules, and practical pros and cons of the solution.

CRMEBE‑commerceJava
0 likes · 11 min read
Building a Complete E‑Commerce Site Solo with an Open‑Source Java Platform
SpringMeng
SpringMeng
Jul 10, 2026 · Frontend Development

Exploring TDesign: A Complete Guide to the New Open‑Source UI Library

This article walks through Tencent's open‑source TDesign library, covering its cross‑framework component suite, starter‑kit CLI initialization, AI‑friendly MCP server, and step‑by‑step creation of an AI chat page with practical code snippets and screenshots.

AI integrationCLIMCP
0 likes · 8 min read
Exploring TDesign: A Complete Guide to the New Open‑Source UI Library
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 7, 2026 · Frontend Development

Free Claude Code + Pencil: Auto‑Generate UI and Seamlessly Convert Between Design and Code

This guide shows how to install the Pencil VS Code extension, configure Claude Code with Spring Boot 3.5.0, use AI prompts to design a bilingual enterprise login UI, export the design as a .pen file, and automatically generate Vue 3 + ElementPlus code, illustrating the full design‑to‑code and code‑to‑design workflow.

Claude CodeDesign‑code conversionElementPlus
0 likes · 8 min read
Free Claude Code + Pencil: Auto‑Generate UI and Seamlessly Convert Between Design and Code
IT Services Circle
IT Services Circle
Jun 25, 2026 · Frontend Development

How a Single DIV Handles 110 File Formats – The Open File Viewer SDK Takes Off

The article examines the challenges of fragmented front‑end file preview solutions and introduces Open File Viewer, a unified SDK that supports 110 file formats, offers a customizable toolbar, and provides a plugin architecture for extensible, framework‑agnostic previews in modern web applications.

JavaScriptOpen File ViewerPlugin Architecture
0 likes · 8 min read
How a Single DIV Handles 110 File Formats – The Open File Viewer SDK Takes Off
Geek Labs
Geek Labs
Jun 21, 2026 · Industry Insights

5 Ground‑Up Developer Tools That Redefine Performance

This article reviews five innovative GitHub projects—a Rust‑based React framework, an AI‑agent pipeline tool, a lightweight Go database client, a highly configurable full‑stack scaffolder, and a Rust‑rewritten Vue toolchain—detailing their architectures, benchmark results, and unique features.

AI WorkflowDatabase clientFullstack scaffolding
0 likes · 7 min read
5 Ground‑Up Developer Tools That Redefine Performance
liandk
liandk
Jun 18, 2026 · Backend Development

How to Set Up the Development Environment for the Litemall Micro‑Mall Project

This guide walks you through installing IntelliJ IDEA, VS Code, and the WeChat Developer Tool, configuring the MySQL connection to a cloud server, loading the Maven backend project, launching the Spring Boot APIs, and running the Vue admin, Vue mobile, and WeChat mini‑program front‑ends while verifying end‑to‑end connectivity.

IntelliJ IDEALitemallSpring Boot
0 likes · 10 min read
How to Set Up the Development Environment for the Litemall Micro‑Mall Project
IT Services Circle
IT Services Circle
Jun 14, 2026 · Frontend Development

How GSAP + AI Generates Advanced Vue & React Animations in One Line

The GSAP team released the gsap‑skills AI knowledge base, enabling tools like Cursor, Claude Code and Copilot to automatically generate full‑featured GSAP timelines, ScrollTrigger setups and performance‑optimized animation code for Vue and React projects, turning complex web animations from guesswork into reliable production code.

AIGSAPReAct
0 likes · 8 min read
How GSAP + AI Generates Advanced Vue & React Animations in One Line
Top Architect
Top Architect
Jun 12, 2026 · Operations

A Lightweight Nginx Log Analyzer That Finally Works

NginxPulse is a lightweight Nginx log analysis panel built with Go‑Gin backend and Vue3 frontend, offering real‑time PV/UV, IP geolocation, multi‑site support, custom log formats, remote log fetching, Docker/Docker‑Compose deployment, single‑binary builds and optional access control, all backed by SQLite.

DockerGoLog analysis
0 likes · 8 min read
A Lightweight Nginx Log Analyzer That Finally Works
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 5, 2026 · Frontend Development

Open-Source Browser‑Based Word Editor: Introducing docx‑editor

The article reviews the newly released docx‑editor, a client‑side WYSIWYG .docx editor built on ProseMirror with React and Vue adapters, detailing its architecture, installation, usage examples, real‑time collaboration via Yjs, AI Agent SDK integration, and practical pros and cons based on hands‑on testing.

AI AgentReActVue
0 likes · 15 min read
Open-Source Browser‑Based Word Editor: Introducing docx‑editor
Full-Stack Cultivation Path
Full-Stack Cultivation Path
May 27, 2026 · Frontend Development

How AI Finally Masters Advanced Web Animations with GSAP

GSAP’s new gsap‑skills repository equips AI tools such as Cursor, Claude Code and Copilot with the official animation knowledge base, enabling them to generate complex timelines, ScrollTrigger effects and performance‑optimized code that previously caused crashes, while also guiding lifecycle handling for React and Vue.

AIGSAPReAct
0 likes · 9 min read
How AI Finally Masters Advanced Web Animations with GSAP
Bilibili Tech
Bilibili Tech
May 27, 2026 · Artificial Intelligence

How to Use A2UI + Vue to Enable Large Models to Generate Interactive Interfaces

This article details how a unified AI assistant framework built for Bilibili's advertising business evolves from plain text output to generating fully interactive UI by leveraging Google’s A2UI protocol, a custom Vue renderer, double‑validation mechanisms, SSE dual‑channel streaming, and a wrapper component system, providing concrete examples and architectural diagrams.

A2UIAgentGenerative UI
0 likes · 17 min read
How to Use A2UI + Vue to Enable Large Models to Generate Interactive Interfaces
Full-Stack Cultivation Path
Full-Stack Cultivation Path
May 25, 2026 · Frontend Development

Why Anime.js, the 68K‑Star Front‑End Animation Powerhouse, Is a Must‑Try

Anime.js v4, a lightweight high‑performance JavaScript animation library with over 68 000 GitHub stars, introduces a modular ES‑module API, 60 fps performance, refined timeline control, and new features like CSS‑variable, SVG path, scroll‑linked and additive animations, plus seamless Vue integration.

Anime.jsJavaScript animationVue
0 likes · 6 min read
Why Anime.js, the 68K‑Star Front‑End Animation Powerhouse, Is a Must‑Try
Frontend AI Walk
Frontend AI Walk
May 15, 2026 · Artificial Intelligence

Efficient AI Coding with Claude Code: Essential ECC Tools and Minimal Install

This guide walks developers through selecting, installing, and using the six core ECC components—Rules, search‑first, Reviewer Agent, Quality‑Gate, Documentation‑Lookup, and minimal Hooks—to create a streamlined, conflict‑free AI‑assisted coding workflow for Claude Code, emphasizing a consult‑first, minimal‑install approach.

AI programmingAutomationClaude Code
0 likes · 14 min read
Efficient AI Coding with Claude Code: Essential ECC Tools and Minimal Install
liandk
liandk
May 9, 2026 · Frontend Development

Build a Complete Multi‑Platform E‑Commerce App from Scratch: Full Development Workflow

This tutorial walks you through the entire real‑world e‑commerce development process—from requirement analysis and architecture design to page implementation, feature integration, optimization, and multi‑platform publishing (H5, WeChat mini‑program, and native app) with concrete code examples.

E‑commerceMini ProgramVue
0 likes · 9 min read
Build a Complete Multi‑Platform E‑Commerce App from Scratch: Full Development Workflow
liandk
liandk
May 9, 2026 · Frontend Development

Master Uniapp Flex Layout: Quick Multi‑Platform Styling Guide

This tutorial walks you through Uniapp's styling essentials—using rpx units, scoped CSS, and Flex layout—to build common page structures such as centered buttons, vertically centered elements, and evenly spaced navigation icons that automatically adapt across H5, mini‑programs, and other platforms.

Vuecross-platformflex layout
0 likes · 7 min read
Master Uniapp Flex Layout: Quick Multi‑Platform Styling Guide
liandk
liandk
May 9, 2026 · Frontend Development

Master Uniapp Vue Core Directives in 5 Minutes – Hands‑On Guide

This tutorial walks you through Uniapp's essential Vue syntax, covering data binding, event handling, conditional and list rendering, with a complete code example and common pitfalls to help you build a simple personal information page quickly.

UniAppVuedata-binding
0 likes · 5 min read
Master Uniapp Vue Core Directives in 5 Minutes – Hands‑On Guide
Ubiquitous Tech
Ubiquitous Tech
Apr 28, 2026 · Frontend Development

Transforming B‑End Admin UI into a C‑Style Experience with GPT‑Image‑2.0

This article walks through a complete AI‑driven pipeline that turns a traditional B‑end admin interface into a modern C‑style UI using GPT‑Image‑2.0, Google NanoBananaPro, ClaudeCode and other tools, covering component‑library selection, prompt engineering, prototype generation, design‑spec extraction, and code production.

AI UI designB2C UIComponent libraries
0 likes · 16 min read
Transforming B‑End Admin UI into a C‑Style Experience with GPT‑Image‑2.0
Tech Ocean
Tech Ocean
Apr 19, 2026 · Cloud Native

Docker Day 13: Containerizing a Front‑End/Back‑End Separated Project

This tutorial walks through cloning Docker's official Todo App sample, explains the project layout, provides multi‑stage Dockerfiles for a Node.js backend and a Vue/React frontend with Nginx, configures Nginx for SPA routing and API proxy, defines a docker‑compose stack, and shows how to build, run, and scan the images with Docker Scout.

DockerDocker ComposeNode.js
0 likes · 4 min read
Docker Day 13: Containerizing a Front‑End/Back‑End Separated Project
Coder Trainee
Coder Trainee
Apr 18, 2026 · Backend Development

Building a Tech Blog from Scratch: Implementing a Comment System and Full‑Text Search

This article walks through the design and implementation of a nested comment system with likes, @‑mentions, and sensitive‑word filtering, plus full‑text search using Elasticsearch, covering database schema changes, backend services, Vue components, and recommendation logic for a technical blog platform.

ElasticsearchFull-text SearchJava
0 likes · 23 min read
Building a Tech Blog from Scratch: Implementing a Comment System and Full‑Text Search
SpringMeng
SpringMeng
Apr 4, 2026 · Artificial Intelligence

How to Build a Tencent IMA‑Style AI Knowledge Base for Under $3,000

This article details a cost‑effective AI knowledge‑base project that replicates Tencent IMA functionality using Dify’s open‑source platform, Chinese LLMs (Qwen, DeepSeek, GLM), a Java Spring Boot backend, Vue frontend, multi‑agent orchestration, hybrid on‑premise/cloud deployment, and provides concrete cost and performance estimates.

AI knowledge baseDifyDocker
0 likes · 12 min read
How to Build a Tencent IMA‑Style AI Knowledge Base for Under $3,000
Code Wrench
Code Wrench
Mar 17, 2026 · Backend Development

How to Elegantly Extend 1Panel: Three Proven Paths for Custom Development

This guide explains three practical approaches to extend the open‑source 1Panel platform—using the app store for custom apps, adding backend modules with Go, or modifying the Vue front‑end—while emphasizing non‑intrusive development to avoid upgrade conflicts.

1PanelDockerVue
0 likes · 8 min read
How to Elegantly Extend 1Panel: Three Proven Paths for Custom Development
Ubiquitous Tech
Ubiquitous Tech
Mar 13, 2026 · Artificial Intelligence

Inside QClaw and EasyClaw: How These AI Agent “Shrimps” Are Built

The article dissects the architecture, deployment methods, UI implementation, skill design, and configuration nuances of Tencent's QClaw and Leopard's EasyClaw, showing how both serve as AI Agent platforms built on OpenClaw and offering practical insights for developers who want to customize or extend them.

AI AgentEasyClawElectron
0 likes · 13 min read
Inside QClaw and EasyClaw: How These AI Agent “Shrimps” Are Built
SpringMeng
SpringMeng
Mar 3, 2026 · Operations

A Lightweight Nginx Log Analyzer Worth Trying

NginxPulse is a lightweight, Docker‑friendly Nginx log analysis panel that offers real‑time PV/UV, IP lookup, multi‑site support, custom log formats, remote log pulling, and access control, with simple deployment via Docker, Docker‑Compose, or a single binary.

DockerGoLog analysis
0 likes · 7 min read
A Lightweight Nginx Log Analyzer Worth Trying
Node.js Tech Stack
Node.js Tech Stack
Mar 2, 2026 · Frontend Development

Rust‑Based Vize Claims 27× Faster Compilation and 3,666× Faster Formatting for Vue

The article examines Vize, a Rust‑written, non‑official Vue toolchain that merges compilation, linting, formatting, and type‑checking into a single binary, delivers dramatic speed gains, adds Vite plugin, Vapor Mode, AI‑ready MCP support, and discusses its early‑alpha status within the broader Rust‑ification of frontend tooling.

Frontend toolingPerformanceRust
0 likes · 9 min read
Rust‑Based Vize Claims 27× Faster Compilation and 3,666× Faster Formatting for Vue
vivo Internet Technology
vivo Internet Technology
Feb 25, 2026 · Frontend Development

How We Built a Multi‑Region H5 Platform with One Codebase and 90% Cost Savings

This article details the design and implementation of a multi‑region H5 platform that uses a single codebase and unified architecture, covering platform UI internationalisation, unified login, three‑layer region storage, environment‑aware configuration, ZooKeeper service discovery, region‑specific DLL builds, and npm private‑registry strategies to achieve seamless deployment across multiple data centres while cutting development effort by up to ninety percent.

Vuedeploymentfrontend
0 likes · 21 min read
How We Built a Multi‑Region H5 Platform with One Codebase and 90% Cost Savings
Top Architect
Top Architect
Feb 22, 2026 · Operations

Deploy NginxPulse for Real‑Time Nginx Log Analytics in Minutes

This guide introduces NginxPulse, a lightweight Nginx log analysis panel, explains its key features, shows how to run it with Docker or Docker‑Compose, configure multiple sites, customize log formats, pull remote logs, and troubleshoot common issues, all with concrete commands and examples.

Log analysisVuemonitoring
0 likes · 8 min read
Deploy NginxPulse for Real‑Time Nginx Log Analytics in Minutes
SpringMeng
SpringMeng
Feb 10, 2026 · Backend Development

Build a Fully Open‑Source Bilibili Clone with SpringBoot and Vue

It describes a fully open‑source Bilibili‑style video platform built with SpringBoot backend and Vue frontend, detailing system demo screenshots, functional requirements (video playback, upload, user, interaction, community), tech stack choices, video processing pipeline, deployment steps, and code acquisition instructions.

Bilibili cloneElasticsearchFFmpeg
0 likes · 11 min read
Build a Fully Open‑Source Bilibili Clone with SpringBoot and Vue
Frontend AI Walk
Frontend AI Walk
Feb 9, 2026 · Frontend Development

Advanced AI Coding: Configuring soul.md and memory.md for a Smarter Assistant

The article explains how to create personal AI profile files (soul.md) and project memory logs (memory.md) to eliminate repetitive introductions, improve code suggestions, and speed up debugging for Vue + Vite developers, with concrete before‑after examples, step‑by‑step configuration for Claude Desktop and OpenCode, and measurable productivity gains.

AI assistantPrompt EngineeringVite
0 likes · 21 min read
Advanced AI Coding: Configuring soul.md and memory.md for a Smarter Assistant
Woodpecker Software Testing
Woodpecker Software Testing
Feb 8, 2026 · Frontend Development

How to Stop ‘Naked’ Deployments: An AI-Powered Survival Guide for Front-End Automated Testing

The article examines why front‑end testing was once ignored, outlines how AI can automate test creation, proposes a practical three‑layer testing stack (Vitest, Playwright, Chromatic), provides prompt templates and code examples, and offers review guidelines and business arguments for adopting AI‑driven testing.

AIFrontend TestingPlaywright
0 likes · 7 min read
How to Stop ‘Naked’ Deployments: An AI-Powered Survival Guide for Front-End Automated Testing
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 5, 2026 · Frontend Development

Why Frontend Recording & Replay Matters: Master rrweb for Debugging and Analysis

This article explains why front‑end recording and replay are essential for diagnosing invisible bugs, introduces the open‑source rrweb tool and its core modules, compares it with video and screenshot methods, and provides step‑by‑step guidance for installing, configuring, recording, replaying, and optimizing rrweb in Vue 3 applications.

DebuggingReplayVue
0 likes · 36 min read
Why Frontend Recording & Replay Matters: Master rrweb for Debugging and Analysis
Sohu Tech Products
Sohu Tech Products
Feb 4, 2026 · Frontend Development

How to Seamlessly Integrate Legacy Backends with Vue and Qiankun Micro‑Frontend

This article presents a comprehensive case study on unifying multiple legacy backend systems by building a modern Vue‑based front‑end, combining native iframe integration with the qiankun micro‑frontend framework to achieve a single entry point, smooth migration, reduced costs, and an evolvable architecture for enterprise applications.

Frontend ArchitectureIframe IntegrationPerformance Monitoring
0 likes · 18 min read
How to Seamlessly Integrate Legacy Backends with Vue and Qiankun Micro‑Frontend
Node.js Tech Stack
Node.js Tech Stack
Feb 3, 2026 · Frontend Development

Vue Core Member Anthony Fu Launches 'Skills' Repo, Near 3K Stars, Ushering AI‑Assisted Coding Era

Anthony Fu, a Vue core team member, released the antfu/skills GitHub repository—a curated collection of AI agent skills split into opinionated personal presets and up‑to‑date official documentation, enabling shared, on‑demand prompts for Vue, Nuxt, Vite, and related tools.

AI-assisted codingFrontend toolingGit submodules
0 likes · 5 min read
Vue Core Member Anthony Fu Launches 'Skills' Repo, Near 3K Stars, Ushering AI‑Assisted Coding Era
IT Services Circle
IT Services Circle
Jan 28, 2026 · Frontend Development

How AI ‘Skills’ Are Shaping React and Vue Best‑Practice Coding

The article explains how the emerging concept of “Skills” provides AI agents with structured, framework‑specific best‑practice knowledge for React and Vue, turning AI from a simple code generator into a virtual colleague that writes code according to official guidelines and real‑world experience.

AI agentsAI code generationReAct
0 likes · 6 min read
How AI ‘Skills’ Are Shaping React and Vue Best‑Practice Coding
AI Insight Log
AI Insight Log
Jan 28, 2026 · Frontend Development

Vue Gets Its Own AI Skills – Using a Large‑Model Elimination Contest to Vet Rules

The community‑driven vue‑skills project applies a multi‑model verification process—baseline, skill, and killing‑zone tests using models like Claude 3.5 Sonnet and Claude 3 Haiku—to filter Vue‑specific rules, keeping only high‑entropy, capability‑or‑efficiency insights and syncing them via Skills Hub.

AIMulti-Model VerificationPrompt Engineering
0 likes · 6 min read
Vue Gets Its Own AI Skills – Using a Large‑Model Elimination Contest to Vet Rules
Node.js Tech Stack
Node.js Tech Stack
Jan 27, 2026 · Frontend Development

Vue Gets AI Skills: Evan You Endorses a Tool to Cure Hallucinated Code

The article introduces vue-skills, an open‑source AI Agent Skill set for Vue endorsed by its creator Evan You, explains why Vue needs such skills to fix AI hallucinations caused by outdated syntax and type inference, describes the scientific validation process, categorizes the skills, and shows how to install and use them via Skills Hub.

AIAgent SkillsTypeScript
0 likes · 5 min read
Vue Gets AI Skills: Evan You Endorses a Tool to Cure Hallucinated Code
java1234
java1234
Jan 24, 2026 · Operations

A Lightweight Nginx Log Analyzer That Actually Works

NginxPulse is a lightweight, Docker‑ready Nginx log analysis panel built with Go‑Gin backend and Vue3 frontend, offering real‑time PV/UV, IP geolocation, multi‑site support, custom log formats, remote log fetching, and easy deployment via a single command or Compose file.

DockerGoLog analysis
0 likes · 7 min read
A Lightweight Nginx Log Analyzer That Actually Works
Ubiquitous Tech
Ubiquitous Tech
Jan 20, 2026 · Artificial Intelligence

Implementing AI Code Review Features in the AI Hub Client (Lesson 21)

This tutorial walks through integrating the AI Hub client with a TypeScript‑based code review engine, adding a UI button in a Vue component, handling loading states, previewing MergeRequest data, and wiring the backend calls to GitLab and the AI model, complete with code snippets and screenshots.

AI Code ReviewAI HubGitLab
0 likes · 11 min read
Implementing AI Code Review Features in the AI Hub Client (Lesson 21)
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jan 14, 2026 · Mobile Development

Using Vue to Build Flutter Apps: A New Cross‑Platform Approach

The article examines how the Vue ecosystem, which lacks a true native cross‑platform solution, can leverage the open‑source WebF runtime to run standard web projects—including Vue, React, and Svelte—directly inside Flutter on iOS, Android, and desktop, offering near‑native performance without rewriting code.

FlutterVueWeb Runtime
0 likes · 6 min read
Using Vue to Build Flutter Apps: A New Cross‑Platform Approach
SpringMeng
SpringMeng
Jan 14, 2026 · Interview Experience

How a Top Tech Candidate Secured an Immediate Offer: My Recent Interview Experience

After interviewing 150 candidates in two months, I finally met a developer whose resume perfectly matched our stack, demonstrated deep Java, SpringAI, and AI‑coding tool expertise, answered extensive technical questions ranging from SQL optimization to micro‑services, and received an immediate offer with a competitive salary package.

AIInterviewUniApp
0 likes · 8 min read
How a Top Tech Candidate Secured an Immediate Offer: My Recent Interview Experience
Frontend AI Walk
Frontend AI Walk
Jan 9, 2026 · Frontend Development

From Pitfalls to Skill: Implementing a Peekable Horizontal Card Swipe with Vant

This article walks through common issues when using Vant's van-swipe for a horizontal card list—such as the last card being clipped and the peek effect being hidden—and presents a three‑layer nesting solution with detailed CSS, Vue code, a self‑test checklist, and a reusable skill definition to streamline future development.

CSSVantVue
0 likes · 15 min read
From Pitfalls to Skill: Implementing a Peekable Horizontal Card Swipe with Vant
SpringMeng
SpringMeng
Jan 7, 2026 · Interview Experience

Inside Xiao Meng’s Technical Interview: Real Questions and Insights

The article shares Xiao Meng’s full‑stack hiring process, listing practical first‑ and second‑round interview questions—from SQL pagination and SpringBoot CORS to RPC frameworks and AI‑assisted coding—while explaining the company’s focus on hands‑on ability and recent AI tool adoption.

AI coding toolsJavaSQL
0 likes · 6 min read
Inside Xiao Meng’s Technical Interview: Real Questions and Insights
Node.js Tech Stack
Node.js Tech Stack
Dec 29, 2025 · Frontend Development

Evan You Announces Vue JSX Vapor 3.1: JSX Performance Beats React, Shaking the Frontend Landscape

Vue creator Evan You unveiled Vue JSX Vapor 3.1, a Virtual‑DOM‑free rendering mode that compiles JSX into fine‑grained DOM operations, adds dual Virtual DOM/Vapor output, full directive support, and, according to JS Framework Benchmark data, matches native Vapor speed, outperforms SolidJS in some cases and leaves React far behind, while also planning Virtual‑DOM‑based SSR for future releases.

JSXPerformanceReAct
0 likes · 6 min read
Evan You Announces Vue JSX Vapor 3.1: JSX Performance Beats React, Shaking the Frontend Landscape
Node.js Tech Stack
Node.js Tech Stack
Dec 28, 2025 · Frontend Development

Vue 3.6 Beta Introduces Full‑Featured Vapor Mode—Can It Match Solid’s Performance?

Vue 3.6.0‑beta.1 brings the long‑awaited Vapor Mode to feature parity (except Suspense), claims benchmark‑level performance comparable to Solid and Svelte 5, overhauls the reactivity system with alien‑signals, and offers an opt‑in, composition‑API‑only path with clear limitations for existing projects.

Composition APIPerformanceReactivity
0 likes · 6 min read
Vue 3.6 Beta Introduces Full‑Featured Vapor Mode—Can It Match Solid’s Performance?
Node.js Tech Stack
Node.js Tech Stack
Dec 26, 2025 · Frontend Development

Can TanStack Start 1.141 Challenge Nuxt as the New Vue Meta‑Framework?

TanStack Start 1.141 brings official Vue support, positioning the TypeScript‑centric meta‑framework as a potential alternative to Nuxt by offering fully typed routing, server‑function integration and a unified API across React, Solid and Vue, though its maturity and ecosystem integration still lag behind Nuxt.

Meta-frameworkNuxtRouting
0 likes · 6 min read
Can TanStack Start 1.141 Challenge Nuxt as the New Vue Meta‑Framework?
Frontend AI Walk
Frontend AI Walk
Dec 16, 2025 · Artificial Intelligence

From Vibe Coding to Vibe Engineering: Mastering the AI Programming Paradigm Shift

The article examines the evolution from ad‑hoc, natural‑language‑only AI code generation (Vibe Coding) to a disciplined, engineering‑focused workflow (Vibe Engineering) that uses explicit context, constraints, and verification loops to produce maintainable, production‑grade software.

AI programmingConstraint engineeringContext Engineering
0 likes · 19 min read
From Vibe Coding to Vibe Engineering: Mastering the AI Programming Paradigm Shift
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Dec 11, 2025 · Frontend Development

Why TanStack AI SDK Is a Game‑Changer for Vue and React Developers

TanStack AI (Alpha) introduces a framework‑agnostic, type‑safe, and visual‑debuggable AI SDK that works across Vue, React, Solid, and vanilla JavaScript, supporting multiple model providers and languages, with step‑by‑step guides that let developers quickly build streaming chat, actions, and RAG applications.

AI SDKDevToolsReAct
0 likes · 7 min read
Why TanStack AI SDK Is a Game‑Changer for Vue and React Developers
Java Architect Handbook
Java Architect Handbook
Dec 3, 2025 · Backend Development

Deploy OnlyOffice and Integrate It with Spring Boot & Vue for Word Editing

This guide walks through deploying OnlyOffice (Docker or Ubuntu), configuring the server, adding a Vue front‑end with the OnlyOffice API, building a Spring Boot controller to serve and save documents, handling callbacks, and troubleshooting common issues such as service status, token settings, and proxy configuration.

DocumentEditingJavaOnlyOffice
0 likes · 34 min read
Deploy OnlyOffice and Integrate It with Spring Boot & Vue for Word Editing
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 2, 2025 · Frontend Development

How to Achieve Real‑Time Version Updates in Micro‑Frontend Apps with Pure Frontend Polling

This article details a zero‑intrusion solution for synchronizing version numbers across multiple micro‑frontend environments using a lightweight frontend poller, static version files, Nginx cache control, and Ant Design Vue modals, enabling testers to see updates within 30 seconds without backend changes.

Ant Design VueCI/CDVersioning
0 likes · 12 min read
How to Achieve Real‑Time Version Updates in Micro‑Frontend Apps with Pure Frontend Polling
JavaScript
JavaScript
Dec 1, 2025 · Frontend Development

How Vue’s Upcoming Vapor Mode Could Revolutionize Frontend Performance

The article outlines Vue’s next‑generation Vapor Mode—a compilation strategy that removes the virtual DOM, introduces fine‑grained reactive tracking, and promises faster updates, smaller bundles, and a smoother developer experience for the anticipated Vue 4.0 release.

Frontend PerformanceJavaScriptReactive System
0 likes · 5 min read
How Vue’s Upcoming Vapor Mode Could Revolutionize Frontend Performance
Ubiquitous Tech
Ubiquitous Tech
Nov 30, 2025 · Frontend Development

How to Set Up the Open-Source AI Hub Tool for an AI Code Review Application

This article walks through installing Node.js with NVM, downloading the AIHub v1.8.9 source, installing dependencies, examining the package configuration, adding a custom Code Review navigation entry in App.vue, and running the Electron‑based desktop app to demonstrate a functional AI code review interface.

AIHubElectronTypeScript
0 likes · 10 min read
How to Set Up the Open-Source AI Hub Tool for an AI Code Review Application
Code Wrench
Code Wrench
Nov 29, 2025 · Frontend Development

Building a Modern Desktop Chat App with Wails: Go + Vue Made Easy

This article walks through creating a lightweight, cross‑platform desktop chat application using Wails, demonstrating project structure, Go‑to‑frontend API generation, real‑time event communication, SQLite storage, UI implementation with Vue3, image handling, a one‑click dev script, and packaging size advantages.

GoSQLiteVue
0 likes · 10 min read
Building a Modern Desktop Chat App with Wails: Go + Vue Made Easy
vivo Internet Technology
vivo Internet Technology
Nov 26, 2025 · Frontend Development

How to Build a Dynamic Typewriter Effect for AI Search with Vue

This article walks through the evolution of a typewriter‑style text animation for AI‑driven search results, from a simple pure‑text implementation using setInterval to a sophisticated Vue component that handles markdown, embedded cards, escape characters, variable typing speed, and DOM diffing to deliver a smooth, interactive user experience.

AI SearchVuedynamic rendering
0 likes · 15 min read
How to Build a Dynamic Typewriter Effect for AI Search with Vue
Shepherd Advanced Notes
Shepherd Advanced Notes
Nov 21, 2025 · Frontend Development

From Backend to Frontend: Master Vue‑Vben‑Admin for Full‑Stack Development

This guide walks Java backend engineers through discovering, setting up, and extending the Vue‑Vben‑Admin admin scaffold—built with Vue3, TypeScript, and Vite—by mapping its architecture to familiar backend concepts, demonstrating a complete test page, and explaining why the framework accelerates full‑stack skill growth.

AdminFull-StackTypeScript
0 likes · 10 min read
From Backend to Frontend: Master Vue‑Vben‑Admin for Full‑Stack Development
Top Architect
Top Architect
Nov 8, 2025 · Fundamentals

How I Built an AI-Powered Naming Assistant for Java and Vue Developers

The article describes the frustration developers face with unclear method and variable names, presents an AI‑driven naming tool with both a web app and an IntelliJ IDEA plugin, and explains how the tool quickly generates clean, convention‑compliant identifiers across front‑end and back‑end languages.

AIIDEA PluginNaming
0 likes · 6 min read
How I Built an AI-Powered Naming Assistant for Java and Vue Developers
Open Source Tech Hub
Open Source Tech Hub
Oct 28, 2025 · Backend Development

Build a Mythical Afterlife Management System with Node, MySQL, and Vue

This guide walks you through creating a full‑stack “afterlife” management platform that simulates traditional Chinese underworld processes, using a Node.js + Express + MySQL backend and a Vue + Element UI frontend, with step‑by‑step setup, configuration, and deployment instructions.

ExpressFull-StackMySQL
0 likes · 6 min read
Build a Mythical Afterlife Management System with Node, MySQL, and Vue
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Oct 26, 2025 · Mobile Development

ByteDance's Lynx Promises True Vue Native – Is It Finally Here?

The article examines ByteDance's open‑source Lynx.js as a new way to run Vue directly on iOS and Android, compares it with existing Vue‑native solutions like NativeScript‑Vue, Ionic Vue + Capacitor and uni‑app/uni‑appx, and offers guidance on choosing the right approach based on performance, development experience and project urgency.

Ionic VueLynxNativeScript-Vue
0 likes · 10 min read
ByteDance's Lynx Promises True Vue Native – Is It Finally Here?
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 13, 2025 · Artificial Intelligence

Explore Vue Vapor Mode, Next.js 16, AI‑Native Apps, and Cutting‑Edge Tech Trends

This edition of the tech weekly spotlights the evolution of front‑end frameworks with Vue 3.6’s experimental Vapor Mode and Next.js 16 Beta, delves into Alibaba’s AI‑native application architecture, shares iOS app size‑reduction tactics from Huolala, and highlights open‑source breakthroughs such as JD’s xLLM, Xiaomi’s audio model, and the Sherpa‑onnx speech engine.

AIMobile OptimizationNext.js
0 likes · 6 min read
Explore Vue Vapor Mode, Next.js 16, AI‑Native Apps, and Cutting‑Edge Tech Trends
Code Wrench
Code Wrench
Oct 5, 2025 · Backend Development

Build a Real‑Time Go Stock Analyzer with WebSocket & Vue Frontend

This article details version 3.0 of a Go‑based stock analysis system that adds sector classification, persistent watchlists, scheduled strategy evaluation, real‑time WebSocket market feeds, K‑line charting with technical indicators, a Vue front‑end, deployment steps, future roadmap, and a public GitHub repository.

GoVuebackend development
0 likes · 7 min read
Build a Real‑Time Go Stock Analyzer with WebSocket & Vue Frontend
Dunmao Tech Hub
Dunmao Tech Hub
Sep 30, 2025 · Frontend Development

Generate QR Codes with Logos in Vue Using qrcode & Jimp

This guide walks through generating standard and logo‑embedded QR codes in a Vue application using the qrcode and Jimp libraries, covering installation, imports, the toCanvas API, and a complete async function for compositing a logo onto the QR image.

JavaScriptJimpQR code
0 likes · 5 min read
Generate QR Codes with Logos in Vue Using qrcode & Jimp
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 30, 2025 · Frontend Development

How to Dynamically Load Vue 2 Components in a Vue 3 Project

This tutorial explains how to integrate a pre‑built Vue 2 component library into a Vue 3 application by dynamically loading the Vue 2 runtime, creating an isolated Vue 2 instance, mounting the component to a dedicated DOM node, and leveraging props for data exchange, while keeping bundle size small.

VueVue2Vue3
0 likes · 6 min read
How to Dynamically Load Vue 2 Components in a Vue 3 Project
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 28, 2025 · Frontend Development

Render AI-Generated Tables in Vue: Mastering vunk-markdown Parsing & Strategy Rendering

This article explains how to transform AI-generated markdown tables into interactive Vue components by parsing markdown with vunk-markdown, customizing rendering strategies, and integrating UI libraries for features like pagination, filtering, charts, and diagrams, while preserving Vue’s reactivity and performance.

Component RenderingVuemarkdown
0 likes · 9 min read
Render AI-Generated Tables in Vue: Mastering vunk-markdown Parsing & Strategy Rendering
JavaScript
JavaScript
Sep 27, 2025 · Frontend Development

Simplify Vue v-model with the New defineModel API in Vue 3.4

This article explains how Vue 3.4's defineModel feature eliminates the boilerplate required for custom v-model implementations, showing side‑by‑side examples of the old three‑line approach and the new single‑line declaration for reusable input components.

JavaScriptVuedefineModel
0 likes · 3 min read
Simplify Vue v-model with the New defineModel API in Vue 3.4
macrozheng
macrozheng
Sep 24, 2025 · Backend Development

Integrate Alipay Sandbox Payments into a SpringBoot + Vue E‑Commerce App

This guide explains how to add Alipay sandbox payment support to the open‑source mall project built with SpringBoot 3 and Vue, covering the required code changes, three‑step payment flow, and the minimal configuration needed to enable secure online transactions.

AlipayE‑commercePayment Integration
0 likes · 7 min read
Integrate Alipay Sandbox Payments into a SpringBoot + Vue E‑Commerce App
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 19, 2025 · Frontend Development

Boost Vue App Efficiency: A Reusable Pagination Hook Reduces 90% Repetitive Code

Learn how to eliminate repetitive pagination logic in Vue-based admin panels by using a custom usePageFetch hook that abstracts page state, loading, error handling, and caching, enabling developers to implement paginated data fetching with just a few lines of code and significantly improve development speed.

JavaScriptPaginationVue
0 likes · 11 min read
Boost Vue App Efficiency: A Reusable Pagination Hook Reduces 90% Repetitive Code
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 18, 2025 · Frontend Development

How to Slash Vue App Load Time: CDN, Gzip, and Code Splitting Tips

This guide walks through diagnosing a slow Vue admin dashboard, using webpack‑bundle‑analyzer to spot heavy libraries, offloading Element UI via CDN, enabling gzip compression on Nginx and in the Vue build, and applying code‑splitting and prefetch strategies to keep the first‑screen load under three seconds.

CDNCode SplittingPerformance
0 likes · 9 min read
How to Slash Vue App Load Time: CDN, Gzip, and Code Splitting Tips
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Sep 16, 2025 · Frontend Development

Pinia + This Plugin: An Unbeatable Combo

Pinia Colada adds a smart data‑fetching layer to Vue's Pinia, eliminating boilerplate for loading, error, retry, caching and optimistic updates, offering a tiny ~2 kB bundle, seamless DevTools integration, SSR support, and a clear advantage over TanStack Query for pure Vue projects.

Data FetchingOptimistic UpdatesPinia
0 likes · 8 min read
Pinia + This Plugin: An Unbeatable Combo
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 3, 2025 · Frontend Development

Fast, Resumable Large File Uploads with Vue & Express

This article walks through a complete Vue‑and‑Express solution for uploading massive files, detailing chunked splitting, hash‑based instant upload detection, resumable transfers, concurrency control, manual abort handling, and server‑side merging using streams, providing ready‑to‑use code snippets and performance optimizations.

ChunkingConcurrency ControlExpress
0 likes · 18 min read
Fast, Resumable Large File Uploads with Vue & Express
JavaScript
JavaScript
Aug 17, 2025 · Frontend Development

Why Vue 3 Switched to Proxy: Overcoming Vue 2’s Reactivity Limits

Vue 3 replaces Vue 2’s Object.defineProperty‑based reactivity with Proxy, eliminating array method hacks, dynamic property constraints, and heavy initialization overhead, while delivering full array support, seamless property tracking, and improved performance, as illustrated by side‑by‑side code comparisons.

Object.definePropertyReactivityVue
0 likes · 4 min read
Why Vue 3 Switched to Proxy: Overcoming Vue 2’s Reactivity Limits
大转转FE
大转转FE
Jul 22, 2025 · Frontend Development

Can AI Predict Code Impact? A Cursor‑Powered Frontend Analysis Case Study

This article explores how the Cursor AI tool can automatically assess the impact of code changes in a Vue 2 frontend project, detailing a three‑step MVP workflow, its strengths, limitations, and practical insights for developers seeking smarter pre‑test risk evaluation.

AI code analysisVuecode impact
0 likes · 9 min read
Can AI Predict Code Impact? A Cursor‑Powered Frontend Analysis Case Study