All content currently linked by this topic.
Tag
Vue
This page is generated from source metadata, which keeps the indexing logic separate from the page layout.
It is one of the clearest examples of the rebuild rule: content metadata stays in Markdown frontmatter, while the browsing experience stays in reusable site components.
The split between polished writing and rougher study material.
Notes
1 related note entries
VueX Notes
Genral concepts What is VueX A state management libaray that can share data through all the pages and components The benefit of using it management the data at one place that can b...