2021-12-10 16:57:06 +00:00
< 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 >
2019-06-04 11:52:03 +00:00
2021-12-10 16:57:06 +00:00
> halo-admin 是 [Halo](https://github.com/halo-dev/halo) 的管理端项目。目前 Halo 的运行包内已经包含了构建好的页面,所以如果你不需要额外部署 admin, 你无需做任何操作。
2019-03-18 16:35:13 +00:00
2020-02-16 08:36:40 +00:00
< p align = "center" >
2022-01-16 14:35:20 +00:00
< a href = "https://github.com/halo-dev/halo-admin/releases" > < img alt = "GitHub release" src = "https://img.shields.io/github/release/halo-dev/halo-admin.svg?style=flat-square" / > < / a >
< a href = "https://github.com/halo-dev/halo-admin/blob/master/LICENSE" > < img alt = "GitHub" src = "https://img.shields.io/github/license/halo-dev/halo-admin?style=flat-square" > < / a >
2020-02-16 08:36:40 +00:00
< 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 >
2021-06-20 10:35:55 +00:00
< 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 >
2022-01-17 05:55:33 +00:00
< a href = "https://gitpod.io/#https://github.com/halo-dev/halo-admin" > < img alt = "Gitpod ready-to-code" src = "https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod&style=flat-square" / > < / a >
2020-02-16 08:36:40 +00:00
< / p >
2019-06-04 11:52:03 +00:00
2020-02-16 08:36:40 +00:00
------------------------------
2019-03-18 16:35:13 +00:00
2021-12-10 16:57:06 +00:00
## 开发环境运行
2019-06-04 11:52:03 +00:00
```bash
2021-12-10 16:57:06 +00:00
npm install -g pnpm
2019-03-18 16:35:13 +00:00
```
2019-06-04 11:52:03 +00:00
```bash
2021-12-10 16:57:06 +00:00
pnpm install
2019-03-18 16:35:13 +00:00
```
2019-06-04 11:52:03 +00:00
```bash
2021-12-10 16:57:06 +00:00
pnpm serve
```
2019-03-18 16:35:13 +00:00
2021-12-10 16:57:06 +00:00
## 生产构建
2021-09-26 14:56:55 +00:00
2021-12-10 16:57:06 +00:00
```bash
2021-09-26 14:56:55 +00:00
pnpm build
2020-02-16 08:36:40 +00:00
```
2021-12-22 04:35:13 +00:00
## 状态
![Repobeats analytics ](https://repobeats.axiom.co/api/embed/9ae12e8e0b9ed7df1b5364169186544d89c1c6bc.svg "Repobeats analytics image" )