UI icon indicating copy to clipboard operation
UI copied to clipboard

Provides a Web UI for MCSManager to display data, terminals, tables, i18n, settings, and more.

MCSManager icon.png

Status Status Status

Official Website | Team Homepage | Panel Project | UI Project | Daemon project

Please go to the main project repository: https://github.com/MCSManager/MCSManager


Build the development environment

git clone https://github.com/MCSManager/UI.git
cd UI
npm install
npm run serve
# Visit http://localhost:8080/ to preview the interface

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.


Problem report

Feedback on any problems found is welcome and must be fixed in time.

If you find a serious security vulnerability and it is inconvenient to publish it publicly, please send an email to: [email protected]. After the security issue is fixed, the name of the vulnerability discoverer will be added to the code.


Contribute

If you find any problems during use, you can submit an Issue or submit a Pull Request after fork modification.

The code needs to keep the existing format, and no redundant code should be formatted. For details, please refer to here.