# halo-admin **Repository Path**: thc/halo-admin ## Basic Information - **Project Name**: halo-admin - **Description**: 🖥 Halo admin web client. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

halo-admin

> halo-admin 是 [Halo](https://github.com/halo-dev/halo) 的管理端项目。

npm release GitHub All Releases GitHub last commit Travis CI

------------------------------ ## 部署方案 目前 Halo 的运行包内已经包含了构建好的页面,所以如果你不需要额外部署 admin,你无需做任何操作。 ### 独立部署 克隆项目: ```bash git clone https://github.com/halo-dev/halo-admin ``` 检出最新版本: ```bash git checkout v1.2.0 ``` 打包构建: ```bash npm i npm run build ``` 最后,得到 dist 文件夹之后就可以单独部署了。