# saiadmin-boot
**Repository Path**: saigroup/saiadmin-boot
## Basic Information
- **Project Name**: saiadmin-boot
- **Description**: saiadmin引导安装项目,包含前端和后端,快速安装、部署、启动
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://saithink.top
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 4
- **Created**: 2025-07-19
- **Last Updated**: 2025-08-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: PHP, vue3, webman, JavaScript, arco-design-vue
## README
SaiAdmin Boot
基于
webman +
vue3开箱即用的高质量中后台管理系统
- webman - (高性能HTTP服务框架)
- vue3 - (渐进式 JavaScript 框架)
- javascript - (简单、易用)
介绍
saiadmin-boot 是一个整合了 `saiadmin后端` 和 `saiadmin-vue前端` 的引导项目,能够方便我们快速的运行和创建 `saiadmin` 项目,完全保留了 `webman2.x` 的原汁原味,仅仅引入了 `saiadmin` 插件
安装
1、项目下载
只需要一个命令即可下载项目
```bash
# github
git clone --recurse-submodules https://github.com/saithink/saiadmin-boot.git
# gitee
git clone --recurse-submodules https://gitee.com/saigroup/saiadmin-boot
```
如果后续更新项目,执行以下命令即可更新
```bash
git pull && git submodule update --remote --recursive
```
2、后端安装
进入 `saiadmin-boot` 目录后,执行以下命令进行后端依赖安装
```bash
cd webman && composer install
```
windows用户运行
双击 `windows.bat` 或者运行 `php windows.php` 启动
linux用户运行
调试方式运行(用于开发调试,打印数据会显示在终端,终端关闭后webman服务也随之关闭)
```bash
php start.php
```
守护进程方式运行(用于正式环境,打印数据不会显示在终端,终端关闭后webman服务会持续运行)
```bash
php start.php -d
```
3、前端安装
进入 `saiadmin-boot` 目录后,执行以下命令进行前端依赖安装
```bash
cd saiadmin-vue && yarn install
```
运行
```bash
yarn dev
```
打包
```bash
yarn build
```
共同交流
saiadmin交流群(添加我微信备注"saiadmin")
|
支持项目
如果您正在使用这个项目并感觉良好,或者是想支持我继续开发,您可以通过如下`任意`方式支持我:
谢谢! ❤️
| 微信 | 支付宝 |
| :------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: |
|

|

|
LICENSE
This project is open-sourced software licensed under the MIT.