2024-12-29 10:10:52 +08:00
|
|
|
# Vue3
|
|
|
|
|
2024-12-29 16:24:14 +08:00
|
|
|
https://gitee.com/infraboard/go-course/blob/master/day20/vue-base.md#%E6%A8%A1%E6%9D%BF%E8%AF%AD%E6%B3%95
|
2024-12-29 10:10:52 +08:00
|
|
|
|
|
|
|
|
|
|
|
如何切换国内源: 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/
|
|
|
|
```
|