Skip to content

zvms/zvms1-electron

Repository files navigation

ZVMS electron

镇海中学义工管理系统的客户端软件。

应用截图:

登陆页面

“我的”页面

学生列表页

义工活动页

假期义工提交页

感想提交页

代码的编译运行

代码的下载和包安装

$ git clone https://gitee.com/zvms/zvms-electron.git
$ cd zvms-electron
$ npm install

热加载

$ npm run electron:serve

编译

$ npm run electron:build