Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue3.0 #59

Open
MengZhaoFly opened this issue Jan 30, 2020 · 0 comments
Open

vue3.0 #59

MengZhaoFly opened this issue Jan 30, 2020 · 0 comments

Comments

@MengZhaoFly
Copy link
Owner

MengZhaoFly commented Jan 30, 2020

编译

template -> ast -> render

var a = 1;
var | a | = | 1 ;  // 分词步骤,词法分析 [var, a, =, 1, ;]
// 词法分析: 分析源程序的结构

编译原理更详细的过程

Proxy

响应式:一张图理清 Vue 3.0 的响应式系统

风格

现在大多数开源项目都采用的架构风格,多 package 的形式。

lerna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant