All Projects → Leo-lin214 → about-Vue

Leo-lin214 / about-Vue

Licence: other
📔 Vue 源码的探讨和学习

Projects that are alternatives of or similar to about-Vue

ts-transform-react-constant-elements
A TypeScript AST Transformer that can speed up reconciliation and reduce garbage collection pressure by hoisting React elements to the highest possible scope.
Stars: ✭ 44 (-21.43%)
Mutual labels:  ast
Front-End-Design-Patterns
Design Patterns
Stars: ✭ 25 (-55.36%)
Mutual labels:  design-patterns
Entitas-Redux
An entity-component framework for Unity with code generation and visual debugging
Stars: ✭ 84 (+50%)
Mutual labels:  design-patterns
babel-plugin-detective
Babel plugin that scans the AST for require calls and import statements
Stars: ✭ 26 (-53.57%)
Mutual labels:  ast
pgsql-ast-parser
Yet another simple Postgres SQL parser
Stars: ✭ 152 (+171.43%)
Mutual labels:  ast
cppcombinator
parser combinator and AST generator in c++17
Stars: ✭ 20 (-64.29%)
Mutual labels:  ast
design patterns
PHP设计模式
Stars: ✭ 17 (-69.64%)
Mutual labels:  design-patterns
puremvc-swift-multicore-framework
PureMVC MultiCore Framework for Swift
Stars: ✭ 17 (-69.64%)
Mutual labels:  design-patterns
tree-hugger
A light-weight, extendable, high level, universal code parser built on top of tree-sitter
Stars: ✭ 96 (+71.43%)
Mutual labels:  ast
ruby-patterns
NOTE: NO LONGER MAINTAINED
Stars: ✭ 33 (-41.07%)
Mutual labels:  design-patterns
clickhouse-ast-parser
AST parser and visitor for ClickHouse SQL
Stars: ✭ 60 (+7.14%)
Mutual labels:  ast
py2many
Transpiler of Python to many other languages
Stars: ✭ 420 (+650%)
Mutual labels:  ast
ctxexp-parser
In the dynamic execution of JS language environment (wechat applet) to execute JS class calling function.
Stars: ✭ 17 (-69.64%)
Mutual labels:  ast
ts-transform-react-jsx-source
TypeScript AST Transformer that adds source file and line number to JSX elements
Stars: ✭ 12 (-78.57%)
Mutual labels:  ast
Design-Patterns-in-Swift
This is a repository for our article about design patterns in the Swift programming language https://rubygarage.org/blog/swift-design-patterns
Stars: ✭ 53 (-5.36%)
Mutual labels:  design-patterns
markright
A customizable markdown parser in Elixir: pure pattern matching.
Stars: ✭ 14 (-75%)
Mutual labels:  ast
PlantUMLDesignPatterns
No description or website provided.
Stars: ✭ 34 (-39.29%)
Mutual labels:  design-patterns
human-parser-generator
A straightforward recursive descent Parser Generator with a focus on "human" code generation and ease of use.
Stars: ✭ 27 (-51.79%)
Mutual labels:  ast
CastXMLSuperbuild
Build CastXML and its dependencies (LLVM/Clang)
Stars: ✭ 32 (-42.86%)
Mutual labels:  ast
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (-14.29%)
Mutual labels:  design-patterns

介绍

Vuejs 源码分析在网上的分享有很多,本人也有参考和学习过,依然有一种体会就是,轮子虽多,也不及自己去探究一遍。

本项目的创建旨在个人对 Vuejs 源码的探究和学习(由于本人能力有限,各位大佬看了若有问题的话,还是多提点一下小弟 🙈 ),当然也可以是作为个人的一个小笔记,然后拿来跟大家一起分享探讨,一起成长。

(由于本人时间有限,更新的速度会稍微慢一丢丢,所以分享都会慢慢滴待续~)

(现已编写完毕💪

看本项目之前,我也希望你对 Vuejs 有一定的了解,若有疑问可以看一下官方文档 https://cn.vuejs.org/v2/guide/


目录


其他话题


对本项目的疑惑

若各位大佬在看的同时,对本项目有任何想法或者意见,欢迎各位多提点 issue,因为我也想和各位大佬们一起学习和探讨。

另外,若对项目中文章提到的知识点有疑问,我是希望你可以看看 javascript高级程序设计设计模式 的。因为源码里对 javascript 的基础比较看重,还有就是涉及到的设计模式会很多,所以在探讨过程中还是要慢慢领会和斟酌~

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].