GitShow/vuejs/vue2-ssr-docs
vuejs

vue2-ssr-docs

Vue.js Server-Side Rendering Guide (for Vue 2)

by vuejs
Star on GitHubFork
564 stars231 forks68 contributorsQuiet · 2y agoSince 2017

Meet the team

See all 68 on GitHub →
hello-lizhihua
hello-lizhihua63 contributions
yyx990803
yyx99080346 contributions
ChangJoo-Park
ChangJoo-Park37 contributions
kazupon
kazupon29 contributions
dependabot[bot]Bot
dependabot[bot]20 contributions
Jinjiang
Jinjiang18 contributions
Alex-Sokolov
Alex-Sokolov18 contributions
MachinisteWeb
MachinisteWeb17 contributions

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
25
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
j9t
docs: adjust “valid HTML” wordingMergedPR

HTML doesn’t need to be invalid so to cause issues here, at least not in the example (omitting the `` tags is perfectly valid [1])… rephrased so to narrow problem down to optional tags, and keep note to also write valid HTML. [1] https://meiert.com/en/blog/optional-html/

j9t · 1y ago
lie5860
关于文档示例代码的小疑问ClosedIssue

https://ssr.vuejs.org/zh/guide/data.html#%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%95%B0%E6%8D%AE%E9%A2%84%E5%8F%96-client-data-fetching // 我们只关心非预渲染的组件 // 所以我们对比它们,找出两个匹配列表的差异组件 let diffed = false const activated = matched.filter((c, i) => { return diffed (diffed = (prevMatched[i] !== c)) }) 其中这段代码的含义似乎是找到第一个变更的组件后返回其自身以及后续所有组件。 为什么要这样筛选而不是只筛选出存在差异的组件呢。

lie5860 · 1y ago
AlbertMarashi
Added important noteMergedPR

Users NEED to know to not use async-node or it'll cause issues.

AlbertMarashi · 2y ago
Structured data for AI agents

Repository: vuejs/vue2-ssr-docs. Description: Vue.js Server-Side Rendering Guide (for Vue 2) Stars: 564, Forks: 231. Open PRs: 24, open issues: 36. Last activity: 2y ago. Community health: 25%. Top contributors: hello-lizhihua, yyx990803, ChangJoo-Park, kazupon, dependabot[bot], Jinjiang, Alex-Sokolov, MachinisteWeb, chikathreesix, sotayamashita and others.

·@ofershap

Replace github.com with gitshow.dev