EthanLin-TWer / blog

使用 React 实现的博客💥

Home Page:https://ethan.thoughtworkers.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【博客2.1】使用 Vue 撸一遍博客

EthanLin-TWer opened this issue · comments

Vue 除了拥有轻量级的模板优势外,还使用了 computed filters 等工具在本来就接近且仅属于 view 的逻辑(类比 Angular 的 pipes、轻量级的 React selector)内置到 model 上,进一步提升了开发效率。