# Learning Element

<figure><img src="/files/OCPEk8K65pHNt1drjLZR" alt=""><figcaption><p>封面</p></figcaption></figure>

### 关于本书

本系列计划分三部分：基础篇、架构篇、源码篇。会详细记录重要步骤的，提供详细的代码。

* 基础篇  主要目的快速了解从初始化项目，成功编写一个组件、发布到npm，会用到哪些技术和包、怎样的操作流程、如何webpack配置、安装哪些插件等信息。
* 架构篇  主要基于element源码的剖析，学习优秀的前端工程化实践。
* 源码篇  主要分析每个组件的功能实现，早日编写属于自己的element-copy类库。

### 专栏地址

**📚Element 2 源码剖析组件--掘金专栏** 👉 <https://juejin.cn/post/6994721241194037255>

### 版权许可 <a href="#e7-89-88-e6-9d-83-e8-ae-b8-e5-8f-af" id="e7-89-88-e6-9d-83-e8-ae-b8-e5-8f-af"></a>

本书采用「保持署名—非商用」创意共享 4.0 许可证。

只要保持原作者署名和非商用，您可以自由地阅读、分享、修改本书。

### 更多

封面生成 <https://orly.nanmu.me/>


---

# 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://anduril.gitbook.io/learning-element/readme.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.
