> For the complete documentation index, see [llms.txt](https://mm.ricky.moe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mm.ricky.moe/frontend-ecosystem/npm/npm-mirror-1.md).

# 设置镜像源

镜像源对于国内访问的提速相当明显

```
npm config set registry https://registry.npm.taobao.org
```
