Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cuixiaorui/mini-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Mar 12, 2022
2 parents 033ecb0 + fa05bd3 commit 1e01a54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@

历经半年我把这个项目做成了一套系列视频课

[Vue3源码实战课 - 手把手带你实现自己的Vue3](https://cua.h5.xeknow.com/s/xDWLc)
[课程介绍](https://www.bilibili.com/video/BV16Z4y1r7Wp?spm_id_from=333.999.0.0)

课程的目标是通过构建自己的 mini-vue3 (同这个库一个复杂级别)来深入学习理解 vue3 源码

只有手写一遍,才能真正的掌握源码

进阶高级前端的编程思想有哪些

如何掌握 Vue3 源码原理实现

面试如何脱颖而出

帮你解决以上痛点问题 [胜利]

vx:cuixr1314

备注一下: github mini-vue
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "lib/mini-vue.cjs.js",
"module": "lib/mini-vue.esm.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"build:type": "tsc -p ./tsconfig.type.json",
"test": "jest --no-cache"
Expand Down

0 comments on commit 1e01a54

Please sign in to comment.