halo-admin/README.md

42 lines
1.5 KiB
Markdown
Raw Normal View History

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
> Halo 2.0 的管理端项目WIP
2019-03-18 16:35:13 +00:00
<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>
2019-06-04 11:52:03 +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
pnpm dev
2021-12-10 16:57:06 +00:00
```
2019-03-18 16:35:13 +00:00
2021-12-10 16:57:06 +00:00
## 生产构建
2021-12-10 16:57:06 +00:00
```bash
pnpm build
```
## 状态
![Repobeats analytics](https://repobeats.axiom.co/api/embed/9ae12e8e0b9ed7df1b5364169186544d89c1c6bc.svg "Repobeats analytics image")