mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-05-30 07:20:17 +09:00
76 lines
2.4 KiB
Markdown
76 lines
2.4 KiB
Markdown
<p align="center">
|
||
<a href="https://uni-halo.925i.cn" target="_blank" rel="noopener noreferrer">
|
||
<img width="100" src="https://b.925i.cn/uni_halo/uni_halo_logo.png" alt="uni-halo logo" />
|
||
</a>
|
||
</p>
|
||
|
||
<p align="center"><b>uni-halo</b> 基于Halo一款现代化的开源博客/CMS系统API开发的多端系统,值得一试。</p>
|
||
|
||
<br />
|
||
<p align="center">
|
||
<a href="https://b.925i.cn">作者博客</a>
|
||
<a href="https://uni-halo.925i.cn">文档地址</a>
|
||
<a href="https://gitee.com/ialley-workshop-open/uni-halo">Gitee仓库</a>
|
||
<a href="https://github.com/ialley-workshop-open/uni-halo">Github仓库</a>
|
||
</p>
|
||
|
||
---
|
||
|
||
如果您觉得这个项目对您有帮助,可以帮作者买杯饮料鼓励鼓励!
|
||
|
||
<table rules="none" align="center" border="0">
|
||
<tr>
|
||
<td>
|
||
<center>
|
||
<img src="https://uni-halo.925i.cn/qrcode/zfb.png" width="100%" />
|
||
<br/>
|
||
<font color="AAAAAA">支付宝打赏</font>
|
||
</center>
|
||
</td>
|
||
<td>
|
||
<center>
|
||
<img src="https://uni-halo.925i.cn/qrcode/wx.png" width="100%" />
|
||
<br/>
|
||
<font color="AAAAAA">微信打赏</font>
|
||
</center>
|
||
</td>
|
||
<td>
|
||
<center>
|
||
<img src="https://uni-halo.925i.cn/qrcode/qq.png" width="100%" />
|
||
<br/>
|
||
<font color="AAAAAA">QQ打赏</font>
|
||
</center>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
|
||
## 快速开始
|
||
|
||
详细部署文档请查阅 [uni-halo-doc](https://uni-halo.925i.cn/)
|
||
|
||
- 1、拉取或下载项目<https://gitee.com/ialley-workshop-open/uni-halo>;
|
||
- 2、通过hbuilderx 导入项目;
|
||
- 3、命令行执行 npm i 安装依赖;
|
||
- 4、配置运行信息,找到项目根目录config目录,将`halo.config.template.js`修改为 `halo.config.js` 并设置相关信息;
|
||
- 5、点击hbuilderx 工具 右上角预览、或者点击工具栏 运行-内置浏览器运行;
|
||
- 6、项目发行:
|
||
- 发行小程序:点击工具栏 发行 -> 小程序-微信
|
||
- 发行APP: 点击工具栏 发行 -> 原生App-云打包
|
||
|
||
## 在线体验
|
||
|
||
- 敬请期待...
|
||
|
||
|
||
## 许可证
|
||
<a href="https://gitee.com/ialley-workshop-open/uni-halo/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
|
||
uni-halo 使用 MIT 协议开源,请遵守开源协议。
|
||
|
||
## 贡献
|
||
|
||
贡献代码请查看 [代码贡献规范](https://uni-halo.925i.cn/standard/category.html)
|
||
|
||
## Halo Api地址
|
||
- 接口文档地址(内容端):<https://api.halo.run/content-api.html>
|
||
- 接口文档地址(管理端):<https://api.halo.run/admin-api.html> |