< p align = "center" >
< a href = "https://halo.run" target = "_blank" rel = "noopener noreferrer" >
< img width = "100" src = "https://halo.run/logo" alt = "Halo logo" / >
< / a >
< / p >
> halo-admin 是 [Halo](https://github.com/halo-dev/halo) 的管理端项目。目前 Halo 的运行包内已经包含了构建好的页面,所以如果你不需要额外部署 admin,你无需做任何操作。
< p align = "center" >
< a href = "https://www.npmjs.com/package/halo-admin" > < img alt = "npm release" src = "https://img.shields.io/npm/v/halo-admin?style=flat-square" / > < / a >
< a href = "https://www.jsdelivr.com/package/npm/halo-admin" > < img alt = "npm release" src = "https://data.jsdelivr.com/v1/package/npm/halo-admin/badge" / > < / a >
< a href = "https://github.com/halo-dev/halo-admin/releases" > < img alt = "GitHub All Releases" src = "https://img.shields.io/github/downloads/halo-dev/halo-admin/total.svg?style=flat-square" > < / a >
< a href = "https://github.com/halo-dev/halo-admin/commits" > < img alt = "GitHub last commit" src = "https://img.shields.io/github/last-commit/halo-dev/halo-admin.svg?style=flat-square" > < / a >
< a href = "https://github.com/halo-dev/halo-admin/actions" > < img alt = "GitHub Workflow Status" src = "https://img.shields.io/github/workflow/status/halo-dev/halo-admin/Halo%20Admin%20CI?style=flat-square" / > < / a >
< / p >
------------------------------
## 开发环境运行
```bash
npm install -g pnpm
```
```bash
pnpm install
```
```bash
pnpm serve
```
## 生产构建
```bash
pnpm build
```
## 状态
![Repobeats analytics ](https://repobeats.axiom.co/api/embed/9ae12e8e0b9ed7df1b5364169186544d89c1c6bc.svg "Repobeats analytics image" )