Go to file
Ryan Wang 88867e6957 pref: created ReactiveButton component. (halo-dev/console#216)
* pref: created ReactiveButton component.

* refactor: ReactiveButton.

* refactor: Profile page.

* feat: add form validate for comment reply.

* refactor: PostSettingsDrawer.
2020-07-17 09:40:14 +08:00
.github
public pref: created ReactiveButton component. (halo-dev/console#216) 2020-07-17 09:40:14 +08:00
scripts
src pref: created ReactiveButton component. (halo-dev/console#216) 2020-07-17 09:40:14 +08:00
.env
.env.development
.env.jsdelivr
.gitignore
.npmignore
.prettierrc
.travis.yml
LICENSE
README.md
babel.config.js
package-lock.json pref: code optimization. (halo-dev/console#213) 2020-07-13 09:32:07 +08:00
package.json pref: code optimization. (halo-dev/console#213) 2020-07-13 09:32:07 +08:00
postcss.config.js pref: code optimization. (halo-dev/console#213) 2020-07-13 09:32:07 +08:00
tailwind.config.js pref: code optimization. (halo-dev/console#213) 2020-07-13 09:32:07 +08:00
vue.config.js

README.md

halo-admin

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

npm release npm release GitHub All Releases GitHub last commit Travis CI


部署方案

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

独立部署

方式一

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

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

方式二

1、克隆项目

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

2、检出最新版本

git checkout v1.3.2

3、打包构建

npm i

npm run build

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