Skip to content

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

License

Notifications You must be signed in to change notification settings

Asarua/vue-next-unscramble

 
 

Repository files navigation

源码解析计划

拉取的是vue3.0.7的master分支的代码,从配置文件到源代码,尽量全部添加详细注释,争取做到小白也能看懂

  • 我尽量弄全面点,有啥遗漏希望大佬们看到后指出

  • 建议在vscode中查看此项目,并下载Better Comments插件,因为我在比较重要的地方添加了高亮注释,使用vscode和这个插件可以更清楚的看到

  • 当前进度

  • reactivity

  • shared

  • size-check

  • compiler-core

  • compiler-dom

  • compiler-sfc(进行中)

  • compiler-ssr

  • runtime-core

  • runtime-dom

  • runtime-test

  • server-renderer

  • template-explorer

  • vue

About

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.9%
  • HTML 1.8%
  • JavaScript 1.2%
  • CSS 0.1%