18 lines
426 B
Markdown
18 lines
426 B
Markdown
|
# Vue3
|
||
|
|
||
|
https://gitee.com/infraboard/go-course/blob/master/day20/vue3.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/
|
||
|
```
|