mirror of https://github.com/halo-dev/halo-admin
42 lines
1.5 KiB
Markdown
42 lines
1.5 KiB
Markdown
<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 2.0 的管理端项目(WIP)
|
||
|
||
<p align="center">
|
||
<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>
|
||
<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>
|
||
<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>
|
||
</p>
|
||
|
||
------------------------------
|
||
|
||
## 开发环境运行
|
||
|
||
```bash
|
||
npm install -g pnpm
|
||
```
|
||
|
||
```bash
|
||
pnpm install
|
||
```
|
||
|
||
```bash
|
||
pnpm dev
|
||
```
|
||
|
||
## 生产构建
|
||
|
||
```bash
|
||
pnpm build
|
||
```
|
||
|
||
## 状态
|
||
|
||
![Repobeats analytics](https://repobeats.axiom.co/api/embed/9ae12e8e0b9ed7df1b5364169186544d89c1c6bc.svg "Repobeats analytics image")
|