# vue code snippet

新工作入职后，暂时没有前端程序员，只能自己琢磨着写起来，还好自己两年前的前端底子还在，vue上手也是快。

用vue写了快了两周的prototype后，真心觉得vue+vuex比react+redux好上手多了。虽然一开始还是没有从angular双向绑定的思路转变过来，很不习惯，但上手了以后发现，有了vuex这都不是事，真心好用！

借着眼下边摸索边做项目机会，也想顺手整理一下自己学到知识和技巧。于是就有了这个仓库。

一些我觉得有用的code snippet会陆续整理到 [vue code snippet](https://ksloveyuan.gitbook.io/vue-code-snippet/)


---

# 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://ksloveyuan.gitbook.io/vue-code-snippet/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.
