-
MVS 38J桌面版本:mvs_desktop
资源介绍
MVS桌面
克隆并运行以快速查看MVS Desktop的运行情况。
这是一个基于Metro 4.0桌面示例的Electron应用程序。 文档。
它还带有一个launch.json文件,可以在Visual Studio Code中对其进行调试。
这个应用程序使您可以运行将JCL作业提交到MVS 38J并执行其他MVS操作。
要克隆和运行此存储库,您需要在计算机上安装和 ( 随附)。 在您的命令行中:
# Clone this repository
git clone https://github.com/GroupTheorist12/mvs_desktop.git
# Go into the repository
cd mvs_desktop
# Install dependencies
npm install
# Run the app
npm start