# 🥊前端生态

- [Webpack](https://mm.ricky.moe/frontend-ecosystem/webpack.md)
- [基础概念](https://mm.ricky.moe/frontend-ecosystem/webpack/ji-chu-gai-nian.md)
- [配置记录](https://mm.ricky.moe/frontend-ecosystem/webpack/pei-zhi-ji-lu.md)
- [sourcemap](https://mm.ricky.moe/frontend-ecosystem/webpack/sourcemap.md)
- [常用Webpack插件记录](https://mm.ricky.moe/frontend-ecosystem/webpack/chang-yong-webpack-cha-jian-ji-lu.md)
- [webpack相关竞品](https://mm.ricky.moe/frontend-ecosystem/webpack/webpack-xiang-guan-jing-pin.md)
- [HMR](https://mm.ricky.moe/frontend-ecosystem/webpack/re-geng-xin-de-yuan-li.md)
- [Tree-shaking的原理](https://mm.ricky.moe/frontend-ecosystem/webpack/treeshaking-de-yuan-li.md)
- [Long Term Cache](https://mm.ricky.moe/frontend-ecosystem/webpack/long-term-cache.md)
- [Code Splitting](https://mm.ricky.moe/frontend-ecosystem/webpack/code-splitting.md)
- [Babel](https://mm.ricky.moe/frontend-ecosystem/babel.md)
- [Fetch](https://mm.ricky.moe/frontend-ecosystem/fetch.md)
- [Fetch取消请求](https://mm.ricky.moe/frontend-ecosystem/fetch/fetch-qu-xiao-qing-qiu.md)
- [Axios](https://mm.ricky.moe/frontend-ecosystem/axios-1.md)
- [axios避免重复请求](https://mm.ricky.moe/frontend-ecosystem/axios-1/axios-bi-mian-zhong-fu-qing-qiu.md)
- [运行机制](https://mm.ricky.moe/frontend-ecosystem/axios-1/yun-hang-ji-zhi.md)
- [取消源码](https://mm.ricky.moe/frontend-ecosystem/axios-1/qu-xiao-yuan-ma.md)
- [axios做到多种调用方式](https://mm.ricky.moe/frontend-ecosystem/axios-1/axios-zuo-dao-duo-zhong-tiao-yong-fang-shi.md)
- [Npm](https://mm.ricky.moe/frontend-ecosystem/npm.md)
- [设置镜像源](https://mm.ricky.moe/frontend-ecosystem/npm/npm-mirror-1.md)
- [全局安装目录](https://mm.ricky.moe/frontend-ecosystem/npm/npm-global-path.md)
- [npx](https://mm.ricky.moe/frontend-ecosystem/npm/npx.md)
- [镜像源](https://mm.ricky.moe/frontend-ecosystem/npm/npm-mirror.md)
- [Yarn](https://mm.ricky.moe/frontend-ecosystem/yarn.md)
- [yarn link](https://mm.ricky.moe/frontend-ecosystem/yarn/yarn-link.md)
- [业务开发](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa.md)
- [记住登陆](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/deng-lu.md)
- [统一登录/单点登录/SSO](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/tong-yi-deng-lu-dan-dian-deng-lu-sso.md)
- [大文件上传与断点续传](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/da-wen-jian-shang-chuan-yu-duan-dian-xu-chuan.md)
- [防止表单重复提交](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/fang-zhi-biao-dan-zhong-fu-ti-jiao.md)
- [扫码登录如何实现的](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/sao-ma-deng-lu-ru-he-shi-xian-de.md)
- [高性能网站标准](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/standard-for-high-performance-website.md)
- [性能监控](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/xing-neng-jian-kong.md)
- [performance 分析](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/xing-neng-jian-kong/performance-fen-xi.md)
- [上报](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/xing-neng-jian-kong/shang-bao.md)
- [首屏时间](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa/xing-neng-jian-kong/shou-ping-shi-jian.md)
- [微前端](https://mm.ricky.moe/frontend-ecosystem/wei-qian-duan.md)
- [微前端实施方式](https://mm.ricky.moe/frontend-ecosystem/wei-qian-duan/wei-qian-duan-shi-shi-fang-shi.md)
- [single-spa重要概念](https://mm.ricky.moe/frontend-ecosystem/wei-qian-duan/singlespa-zhong-yao-gai-nian.md)
- [Hexo](https://mm.ricky.moe/frontend-ecosystem/hexo-1.md)
- [常用Hexo插件记录](https://mm.ricky.moe/frontend-ecosystem/hexo-1/chang-yong-hexo-cha-jian-ji-lu.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mm.ricky.moe/frontend-ecosystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
