# Introduction

本书来自 Olga Filipova -- [Learning Vue.js 2](https://www.packtpub.com/web-development/learning-vuejs-2)

感谢 Olga Filipova 女士带我们走进 Vue 的世界。

虽是俺翻译的但与俺无任何利益关系。 因涉及版权问题， 此书只供学习交流， 禁止任何转载。

本来是自己看完罢了的， 但越看越觉得详尽有趣同时也佩服 Olga Filipova 女士循循善诱的讲解风格。 俺对以前很多模糊的概念有了新的认识， 便萌生了翻译过来分享给大家的想法。

众所周知 Vue 官方文档已是非常之详尽了， 但文档毕竟是文档， 系统性远不如书籍。 此书从 Vue.js 的创建历史开始， 经历 Vue.js 基础， 组件系统， 响应式数据绑定， Vuex 架构， 插件， 单元测试， 集成测试， Travis 持续集成， 方程式部署几大板块。 围绕两个基本的方程式贯穿 Vue 的方方面面， 以一种俯瞰的姿态带你畅游 Vue。

> [gitbook 电子书](https://www.gitbook.com/book/hiscc/vue-js-2-0/details)


---

# 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://ernest-su.gitbook.io/learning-vuejs-2-zh-cn/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.
