# Introduction

本书属于实战演练教程，希望能帮助大家提高工作效率。

## 关于作者

### 博客

[博客园](https://www.cnblogs.com/mlzs/)

### github

[github](https://github.com/jy02534655)

### 联系方式

邮箱:<molangzaishi@qq.com>

## 相关扩展

本书使用了以下扩展，具体用法请自行谷歌

### element

[API](https://element.eleme.cn/#/zh-CN/component/installation)

### vue-property-decorator

[github](https://github.com/kaorun343/vue-property-decorator)

### vuex-class

[github](https://github.com/ktsn/vuex-class)

### lodash

[API](https://lodash.com/docs/) [中文API(仅供参考)](https://www.lodashjs.com/)

### axios

[github](https://github.com/axios/axios)

### js-cookie

[API](https://github.com/js-cookie/js-cookie)

## 代码参考

本文部分代码基于以下开源库

### d2-admin

[github](https://github.com/d2-projects/d2-admin)

## TODO

* [x] 数据代理
* [x] axios
* [ ] 常用交互场景（增删改查）
* [ ] 页面缓存
* [ ] 数据缓存
* [ ] sass


---

# 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://534502520.gitbook.io/vue/master.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.
