# Quark CLI

通过该 CLI，您可以使用 quarkc 来开发：跨技术栈/原生Web组件或开发不依赖任何前端框架（Vue/React等）的 **独立 Web 应用(Bate)**。

- [开发独立组件](./COMPONENT.dev.md) 
- [开发独立应用](./APP.dev.md)

简体中文 | [English](./README.en-US.md)

## 安装并创建

```js
npx create-quark-app create project-name
```

## 优秀案例

|  作者   | github 地址  | 截图 / 链接
|  ----  | ----  | ----- |
| @xsf0105  | https://github.com/xsf0105/dark-light-element |  https://unpkg.com/dark-light-element@latest/demo.html |
| @hellof2e  | https://github.com/hellof2e/quark-doc-header | ![1685501041275](https://github.com/hellof2e/quark/assets/14307551/24dd5626-e6a9-452c-9c95-c2cdb8891573) https://quark.hellobike.com/#/ |
| @dyf19118  | https://github.com/dyf19118/quark-ui-rate |  ![image](https://github.com/hellof2e/quark-cli/assets/14307551/e11e6c49-4c18-4bca-adc3-01a7198ab2e2) |
| @xsf0105  | https://github.com/hellof2e/quark-doc-home |  ![1686575964690](https://github.com/hellof2e/quark/assets/14307551/9618427c-916b-4dfd-b28b-0e8e0f6ce744)  |


## 文档

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

## 相关链接

Quarkc: https://github.com/hellof2e/quark-core
