mirror of https://github.com/halo-dev/halo
![]() Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
public | ||
scripts | ||
src | ||
.env | ||
.env.development | ||
.env.jsdelivr | ||
.gitignore | ||
.npmignore | ||
.prettierrc | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
vue.config.js |
README.md
halo-admin
halo-admin 是 Halo 的管理端项目。
部署方案
目前 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.2
3、打包构建:
npm i
npm run build
最后,得到 dist 文件夹之后就可以单独部署了。