基于Electron框架:提供了一个能通过 JavaScript 和 HTML 创建桌面应用的平台,同时集成 Node 来授予网页访问底层系统的权限。
# install dependencies
npm install
# start client for development
npm start
# build for production with win32
npm run win32
# build for production with win64
npm run win64
# build for production with mac
npm run mac
# check update for npm packages, please install 'npm install npm-check-updates -g' at first
npm run update