Go to file
dependabot[bot] 550d9e338e chore(deps): bump path-parse from 1.0.6 to 1.0.7 (halo-dev/console#348)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 14:24:49 +08:00
.github refactor: issue templates. 2021-07-25 13:38:18 +08:00
.husky fix: #327 (halo-dev/console#328) 2021-05-15 12:30:04 +08:00
public release: 1.4.11 2021-07-24 12:20:03 +08:00
src feat: add region option for minio. (halo-dev/console#346) 2021-07-25 17:23:28 +08:00
.browserslistrc chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
.env chore: add jsdelivr env. (halo-dev/console#64) 2020-02-16 16:38:42 +08:00
.env.development feat: support for configuring static resource paths. 2020-01-11 13:06:01 +08:00
.env.jsdelivr release: 1.4.11 2021-07-24 12:20:03 +08:00
.eslintrc.js chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
.gitignore chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
.npmignore refactor: refactor post preview and private post view. 2019-12-19 17:50:23 +08:00
.prettierrc Complete post api and comment api 2019-03-21 10:25:55 +08:00
LICENSE release: 1.2.0. 2020-01-05 22:39:18 +08:00
README.md release: 1.4.11 2021-07-24 12:20:03 +08:00
babel.config.js release: 1.4.8 2021-04-09 14:53:03 +08:00
jsconfig.json chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
package-lock.json chore(deps): bump path-parse from 1.0.6 to 1.0.7 (halo-dev/console#348) 2021-08-12 14:24:49 +08:00
package.json release: 1.4.11 2021-07-24 12:20:03 +08:00
postcss.config.js chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
tailwind.config.js chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
vue.config.js chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
yarn.lock chore(deps): bump path-parse from 1.0.6 to 1.0.7 (halo-dev/console#348) 2021-08-12 14:24:49 +08:00

README.md

halo-admin

halo-admin 是 Halo 的管理端项目。

npm release npm release GitHub All Releases GitHub last commit GitHub Workflow Status


部署方案

目前 Halo 的运行包内已经包含了构建好的页面,所以如果你不需要额外部署 admin你无需做任何操作。

独立部署

方式一

直接下载最新构建好的版本,然后部署即可。

https://github.com/halo-dev/halo-admin/releases

方式二

1、克隆项目

git clone https://github.com/halo-dev/halo-admin

2、检出最新版本

git checkout v1.4.11

3、打包构建

npm i

npm run build

最后,得到 dist 文件夹之后就可以单独部署了。