# @theojs/lumen

<div align="center">
  <p>
    <img src="https://i.theojs.cn/logo/lumen-logo-large.svg" width="300" alt="@theojs/lumen" />
  </p>
  <p>
    <img
      src="https://img.shields.io/npm/v/@theojs/lumen?style=flat-square&colorA=080f12&colorB=1fa669"
      alt="release"
    />
    <img
      src="https://img.shields.io/npm/dm/@theojs/lumen?style=flat-square&colorA=080f12&colorB=1fa669"
      alt="downloads"
    />
    <img
      src="https://img.shields.io/npm/l/@theojs/lumen?style=flat-square&colorA=080f12&colorB=1fa669"
      alt="license"
    />
  </p>
  <p>
    <a href="https://lumen.theojs.cn/">演示站点</a> |
    <a href="https://lumen.theojs.cn/guide/getting-started">查看文档</a>
  </p>
</div>

## 安装

```sh [pnpm]
pnpm add @theojs/lumen
```

```sh [npm]
npm install @theojs/lumen
```

```sh [yarn]
yarn add @theojs/lumen
```
