<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 # pnpm@7.0.0+ npm install -g pnpm ``` ```bash pnpm install ``` ```bash # build packages pnpm build:packages ``` ```bash pnpm dev ``` ## 生产构建 ```bash pnpm build ``` ## 状态 