Tag

dynamic components

1 views collected around this technical thread.

DeWu Technology
DeWu Technology
Mar 5, 2021 · Frontend Development

Dynamic Tab Caching with Vue keep-alive

Vue’s keep-alive component enables dynamic tab caching in B‑end applications by storing component VNodes in an internal LRU cache, preserving state across route switches, supporting include/exclude patterns, router‑meta flags, Vuex‑driven lists, and custom strategies for nested routes to prevent stale data and excess API calls.

LRURouterSPA
0 likes · 11 min read
Dynamic Tab Caching with Vue keep-alive
Manbang Technology Team
Manbang Technology Team
Nov 22, 2018 · Frontend Development

Design and Architecture of a High‑Scalability Online H5 Page Builder (Maliang Platform)

This article explains the background, requirements, core design, overall architecture, data structures, component model, property editing system, animation support, composite components, and template handling of the Maliang H5 online page‑creation platform, illustrating how it enables rapid, extensible marketing activity development for a large‑scale operation.

Frontend DevelopmentH5 editorVue.js
0 likes · 18 min read
Design and Architecture of a High‑Scalability Online H5 Page Builder (Maliang Platform)
Baixing.com Technical Team
Baixing.com Technical Team
Oct 19, 2017 · Frontend Development

How to Build a Drag‑Drop Site Builder with Vue.js: From Data Model to Rendering

This article explains how to design and implement a Vue.js‑based website builder that lets users create multi‑page sites by dragging modules, covering requirement analysis, JSON data modeling, dynamic component rendering, state management with Vuex, and drag‑and‑drop integration.

JSON data modelVue.jsVuex
0 likes · 14 min read
How to Build a Drag‑Drop Site Builder with Vue.js: From Data Model to Rendering