# 简介

前端脚手架，支持特性：

1. ECMAScript 6/7 语法编译
2. Sass-like CSS 预处理
3. Handlebars 模板
4. 支持 React.js、Vue\@2 开发
5. JS 代码风格检查，压缩，混淆，文件头编写
6. 变量定义，可注入到 JS 和 Handldbars 模板
7. 本地开发服务器，支持 HMR
8. 远程部署
9. cli


---

# 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://krau.gitbook.io/project/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.
