---
home: true
actionText: 快速开始 →
actionLink: /guide/
footer:  Copyright © 2020-present CJ-Chen
---

<div style="text-align: center">
  <Bit/>
</div>


## 📦 安装

### Third Party \<script\>标签引入 ( `推荐` )

  ```html
  <script src="https://cdn.jsdelivr.net/npm/k-sword/lib/k-sword.umd.min.js"></script>
  ```


## 🔨 使用
  ```ts
  // 全局使用  V
  // 例如：
  K.ajax.get('http://example.org')

  ```

### 工程适配

 [参考配置](/config/)



