> 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.md).

# 镜像源

npm 切换至更快的国内镜像源

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