百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

chibivue

> 前端框架
开源

chibivue 是一个最小的 vuejs/core 实现 (反应性、虚拟 DOM、组件运行时、编译器、蒸汽、SSR、存储、路由器、语言工具)。一个在线博客

726 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

chibivue 是一个最小的 vuejs/core 实现 (反应性、虚拟 DOM、组件运行时、编译器、蒸汽、SSR、存储、路由器、语言工具)。一个在线博客

chibivue

Writing Vue.js: Step by Step, from just one line of "Hello, World".

Online Book · Discord · Sponsor

简体中文 · 繁體中文


chibivue is a minimal implementation of Vue.js for educational purposes.

  • Reactivity System
  • Virtual DOM & Patch Rendering
  • Component System
  • Template Compiler
  • SFC Compiler
  • Vapor Mode (experimental)

"chibi" means "small" in Japanese.

Online Book

Language URL
English https://book.chibivue.land
日本語 https://book.chibivue.land/ja
简体中文 https://book.chibivue.land/zh-cn
繁體中文 https://book.chibivue.land/zh-tw

Quick Start

Requirements

  • Node.js v24+
  • pnpm v10+

Read the Book Locally

git clone https://github.com/chibivue-land/chibivue
cd chibivue
pnpm install
pnpm dev

Try the Implementation

pnpm setup      # Generate playground
pnpm impl:dev   # Start dev server

Bonus Track

Hyper Ultimate Super Extreme Minimal Vue

Implements createApp, Virtual DOM, Reactivity, Template Compiler, and SFC Compiler in just 110 lines.

Read the Chapter · View Source

Contributing

See contributing.md.

Community

Join our Discord Server for discussions, questions, and announcements.


Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScripthands-ononline-bookscratch-implementationvuejs

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架