# 2.0

**Build system Improvements**

1. Now all compiled files are placed in a single directory for easier deployments.
2. Added webpack aliases for easier file and asset referencing.
3. Moved all pages to a separate directory.
4. Moved the router code to a separate file.
5. Added mix.extract() to handle vendor code duplication and long term caching.
6. Added Autoprefixer.

**Template Improvements**

1. Added a New Preloader.
2. Added Vue-Analytics for Google Analytics Support.
3. Added chat page.
4. Added Frappe charts page.
5. Bug Fixes.


---

# 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://lorvent.gitbook.io/vuejs-admin/updates/20.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.
