19 lines
614 B
Markdown
19 lines
614 B
Markdown
# Vue3
|
|
|
|
+ 基础原理: https://gitee.com/infraboard/go-course/blob/master/day20/vue3.md
|
|
+ 基础用法: https://gitee.com/infraboard/go-course/blob/master/day20/vue3-base.md
|
|
+ Vue组件: https://gitee.com/infraboard/go-course/blob/master/day20/vue3-componet.md
|
|
|
|
如何切换国内源: https://gitee.com/infraboard/go-course/blob/master/extra/devcloud/setup.md
|
|
|
|
```
|
|
yrm add tn https://registry.npmmirror.com
|
|
|
|
➜ vue-project git:(main) ✗ yrm use tn
|
|
|
|
YARN Registry has been set to: https://registry.npmmirror.com/
|
|
|
|
|
|
|
|
NPM Registry has been set to: https://registry.npmmirror.com/
|
|
``` |