Go to file
2024-11-13 15:00:24 +08:00
.github Update webpack.yml 2023-07-24 10:44:25 +08:00
public Update index.html 2023-07-09 12:10:36 +08:00
src Language specification corrections to old Velocity configuration files and additional introduction to configuration entries 2024-02-01 05:04:52 +08:00
.gitignore Feat: add ignore file 2022-08-11 19:12:10 +08:00
.prettierignore Refactor: language file 2022-09-24 10:27:51 +08:00
.prettierrc.json Feat: remove some chinese 2022-08-10 10:34:19 +08:00
babel.config.js Feat: remove some chinese 2022-08-10 10:34:19 +08:00
jsconfig.json Feat: optimization of text 2022-08-10 17:34:20 +08:00
LICENSE Feat: remove some chinese 2022-08-10 10:34:19 +08:00
package-lock.json Feat: sync package 2023-05-20 11:55:31 +08:00
package.json Fix the error 0308010C 2023-06-17 20:40:21 +08:00
README.md Update README.md 2024-11-13 15:00:24 +08:00
vue.config.js Update vue.config.js 2023-05-15 17:37:26 +08:00

MCSManager icon.png

Deprecated

!!! This repository is only applicable to MCSManager 9.X version. Please refer to the latest code here: 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/

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.


Bug 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: mcsmanager-dev@outlook.com. After the security issue is fixed, the name of the vulnerability discoverer will be added to the code.


License

Copyright 2022 MCSManager Dev, Apache-2.0 license.