1 Forks
3 Stars
3 Watchers

miniVue

在尽可能保持与vue2.x项目结构一致的同时,精简非核心代码,通过案例的形式描述vue核心(解析器-优化器-生成器-render函数-vnode-patch)闭环流程,易于对比vue项目分析了解内部详细实现过程,方便在遇到疑难杂症的时候帮助我们有条不紊的分析问题,解决问题。

How to download and setup miniVue

Open terminal and run command
git clone https://github.com/ccbyland/miniVue.git
git clone is used to create a copy or clone of miniVue repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with miniVue https://github.com/ccbyland/miniVue/archive/master.zip

Or simply clone miniVue with SSH
[email protected]:ccbyland/miniVue.git

If you have some problems with miniVue

You may open issue on miniVue support forum (system) here: https://github.com/ccbyland/miniVue/issues