# 构建 Web 应用

创建不依赖任何前端框架（Vue/React等）的 **独立 Web 应用(Bate)**


## 安装并创建

```js
npx create-quark-app create project-name
// 选择 app...
```

## 启动

```
npm start
```

## 构建

```
npm run build
```

## 特性

- 无前端技术框架，能作为页面直接在其它框架（React、Vue等）项目中直接作为页面被使用
- 体积极小，性能极高（秒开）
- Web Components, Simple, Fast！
- 高性能设计，Shadow DOM 与 Virtual DOM 融合


## 文档

完整文档，请访问 [quark.hellobike.com](https://quark.hellobike.com)



## 优秀案例

|  作者   | github 地址  | 截图 / 链接
|  ----  | ----  | ----- |
| @xsf0105  | https://github.com/hellof2e/quark-doc-home |  ![1686575964690](https://github.com/hellof2e/quark/assets/14307551/9618427c-916b-4dfd-b28b-0e8e0f6ce744)  |
