You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ryan Wang b412671e92
feat: support resetting post slug #319 (#368)
3 years ago
.github chore: update github action. 3 years ago
.husky fix: #327 (#328) 4 years ago
public refactor: update logo (#366) 3 years ago
src feat: support resetting post slug #319 (#368) 3 years ago
.browserslistrc
.editorconfig refactor: upgrade codemirror version. (#354) 3 years ago
.env
.env.development
.env.jsdelivr release: 1.4.13 3 years ago
.eslintrc.js
.gitignore
.npmignore
.npmrc fix: issue that can't run with pnpm. 3 years ago
.prettierrc
LICENSE
README.md release: 1.4.13 3 years ago
babel.config.js
jsconfig.json
package.json release: 1.4.13 3 years ago
pnpm-lock.yaml chore: use pnpm package manager (#361) 3 years ago
postcss.config.js
tailwind.config.js
vue.config.js refactor: upgrade codemirror version. (#354) 3 years ago

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.13

3、打包构建:

npm install -g pnpm

pnpm install

pnpm build

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