MCSM-UI/README.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2022-09-01 16:35:21 +08:00
<img src="https://public-link.oss-cn-shenzhen.aliyuncs.com/mcsm_picture/logo.png" alt="MCSManager icon.png" width="500px" />
2022-02-01 18:28:03 +08:00
2022-02-02 19:41:37 +08:00
<br />
2021-12-04 19:47:54 +08:00
2024-11-13 15:00:24 +08:00
## Deprecated
2022-02-01 18:28:03 +08:00
2024-11-13 15:00:24 +08:00
**!!! This repository is only applicable to MCSManager 9.X version. Please refer to the latest code here: [https://github.com/MCSManager/MCSManager](https://github.com/MCSManager/MCSManager)**
2021-12-04 19:47:54 +08:00
<br />
2021-07-14 17:51:20 +08:00
2022-09-01 16:35:21 +08:00
## Build the development environment
2021-12-04 19:47:54 +08:00
2022-02-02 19:48:25 +08:00
```bash
2022-09-01 16:36:38 +08:00
git clone https://github.com/MCSManager/UI.git
cd UI
2021-12-04 19:47:54 +08:00
npm install
2021-12-04 19:38:55 +08:00
npm run serve
2022-11-03 17:25:40 +08:00
# Visit http://localhost:8080/
2022-09-01 16:35:21 +08:00
````
2021-07-14 17:51:20 +08:00
2022-09-01 16:35:21 +08:00
> The panel-side projects need to run at the same time to provide back-end interface capabilities. By default, all requests are forwarded to port 23333.
2022-02-02 19:48:25 +08:00
2021-12-04 19:47:54 +08:00
<br />
2021-07-14 17:51:20 +08:00
2022-09-15 15:16:39 +08:00
## Bug Report
2022-02-02 19:41:37 +08:00
2022-09-01 16:35:21 +08:00
Feedback on any problems found is welcome and must be fixed in time.
2022-02-02 19:41:37 +08:00
2022-09-01 16:35:21 +08:00
If you find a serious security vulnerability and it is inconvenient to publish it publicly, please send an email to: mcsmanager-dev@outlook.com. After the security issue is fixed, the name of the vulnerability discoverer will be added to the code.
2022-02-02 19:41:37 +08:00
<br />
2022-11-27 12:50:39 +08:00
## License
Copyright 2022 [MCSManager Dev](https://github.com/mcsmanager), Apache-2.0 license.