Update README.md

This commit is contained in:
Suwings 2022-02-02 19:48:25 +08:00 committed by GitHub
parent 4a53b2d5b2
commit 90b16bf505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,13 +25,16 @@ MCSManager 面板简称MCSM 面板)是一款全中文,轻量级,开
## 搭建开发环境
```
```bash
git clone https://github.com/MCSManager/MCSManager-UI.git
cd MCSManager-UI
npm install
npm run serve
# 访问 http://localhost:8080/ 即可预览界面
```
> 需要面板端项目同时运行以提供后端接口能力,默认所有请求转发到 23333 端口。
<br />
## 问题报告