Skip to content

Commit

Permalink
发布博客,时间:2023-11-22 23:14:44
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Nov 22, 2023
1 parent f26799c commit f3ae54c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/DEV-TIPS/China-mirror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# China-mirror 中国镜像

## AliYun mirror

https://developer.aliyun.com/mirror/

## NetEase

https://mirrors.163.com/

## tencent

https://mirrors.tencent.com/

## bytedance

https://mirrorvolc.volces.com/


## huawei cloud

https://mirrors.huaweicloud.com/home


## tsinghua
https://mirrors.tuna.tsinghua.edu.cn/

## ustc
http://mirrors.ustc.edu.cn/

## bjtu
https://mirror.bjtu.edu.cn/

## zju
http://mirrors.zju.edu.cn/

## neusoft
http://mirrors.neusoft.edu.cn/
3 changes: 3 additions & 0 deletions docs/DEV-TIPS/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DEV-TIPS
- [China-mirror 中国镜像](./China-mirror.md)
- [npm config China](./npm-config-china.md)
15 changes: 15 additions & 0 deletions docs/DEV-TIPS/npm-config-china.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# npm config China

中国开发者的npm配置

```shell
npm config set registry https://registry.npmmirror.com
pm set audit false
```

或者使用nrm自由切换镜像

[nrm](https://www.npmjs.com/package/nrm)
```shell
npm install -g nrm
```
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 目录
- [VitePress 博客](./Readme.md)
- [DEV-TIPS](./DEV-TIPS/)
- [Git版本管理](./Git版本管理/)
- [Java语言相关](./Java语言相关/)
- [Linux系统](./Linux系统/)
Expand Down

0 comments on commit f3ae54c

Please sign in to comment.