mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs: improve mirror registry (#18788)
This commit is contained in:
parent
602622ba8a
commit
98c742272d
@ -57,7 +57,11 @@ $ yarn add element-plus
|
||||
$ pnpm install element-plus
|
||||
```
|
||||
|
||||
If your network environment is not good, it is recommended to use a mirror registry [cnpm](https://github.com/cnpm/cnpm) or [Alibaba](https://registry.npmmirror.com/).
|
||||
If your network environment is not good, it is recommended to use a mirror registry [cnpm](https://github.com/cnpm/cnpm) or [npmmirror](https://npmmirror.com/).
|
||||
|
||||
```shell
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
```
|
||||
|
||||
## Import in Browser
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user