Go to file
Yqhg8Nt4tuu c165cf8f56
feat: Support Rename and Edit Static Files (halo #573) (#152)
* Finish rename function

* Finish edit function and fix a bug

* Delete a console.log

* Change save API url

Co-authored-by: Rokita <35868425+Ruukita@users.noreply.github.com>
2020-05-11 22:25:47 +08:00
.github Update About.vue. 2019-06-19 14:51:06 +08:00
public release: 1.3.2 2020-04-12 13:19:48 +08:00
scripts Update .travis.yml (#9) 2019-05-21 16:19:45 +08:00
src feat: Support Rename and Edit Static Files (halo #573) (#152) 2020-05-11 22:25:47 +08:00
.env chore: add jsdelivr env. (#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.3.2 2020-04-12 13:19:48 +08:00
.gitignore Tag remove feature 2019-04-10 21:34:02 +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
.travis.yml feat: add notifications webhook for travis ci. 2019-12-11 23:27:34 +08:00
LICENSE release: 1.2.0. 2020-01-05 22:39:18 +08:00
README.md release: 1.3.2 2020-04-12 13:19:48 +08:00
babel.config.js fix: page refresh and jump to login page. 2020-01-01 19:56:44 +08:00
package-lock.json chore(deps): bump ant-design-vue from 1.5.4 to 1.5.5 (#161) 2020-05-11 21:54:35 +08:00
package.json chore(deps-dev): bump eslint from 5.16.0 to 6.8.0 (#144) 2020-05-07 13:35:15 +08:00
vue.config.js fix: #114 (#115) 2020-03-28 15:26:05 +08:00

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 文件夹之后就可以单独部署了。