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 aa49508cb2
refactor: modify server to halo. (#112)
5 years ago
.github Update About.vue. 6 years ago
public chore: upgrade antd. (#105) 5 years ago
scripts Update .travis.yml (#9) 6 years ago
src refactor: modify server to halo. (#112) 5 years ago
.env chore: add jsdelivr env. (#64) 5 years ago
.env.development feat: support for configuring static resource paths. 5 years ago
.env.jsdelivr release: 1.3.0-beta.3. 5 years ago
.gitignore Tag remove feature 6 years ago
.npmignore refactor: refactor post preview and private post view. 5 years ago
.prettierrc
.travis.yml feat: add notifications webhook for travis ci. 5 years ago
LICENSE release: 1.2.0. 5 years ago
README.md Update readme. (#63) 5 years ago
babel.config.js fix: page refresh and jump to login page. 5 years ago
package-lock.json release: 1.3.0-beta.3. 5 years ago
package.json release: 1.3.0-beta.3. 5 years ago
vue.config.js feat: support for configuring static resource paths. 5 years ago

README.md

halo-admin

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

npm release GitHub All Releases GitHub last commit Travis CI


部署方案

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

独立部署

克隆项目:

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

检出最新版本:

git checkout v1.2.0

打包构建:

npm i

npm run build

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