
Haikou Vision Web Page Vossipment Player
Click here to download the application.
Windows users, please download the latest version of exe file.
Macos users please download the latest version of dmg files.
Linux users, please download the AppImage file.
It is currently only targeted at Mac and Windows. The Linux platform was not tested.
git clone https://github.com/Lingyan000/hikerview-player.git and enter the project.yarn download dependencies. Note that if you do not have yarn , go to the official website to download and install before using it. Using npm install will cause unknown errors! Enter npm run electron:serve into the development mode. The development mode has the characteristics of thermal load. However, it should be noted that the development model is unstable and there will be a process of process collapse. Need it at this time:
ctrl+c # 退出开发模式
npm run electron:serve # 重新进入开发模式 If you need to build yourself, you can start constructing npm run electron:build . After the construction is successful, the corresponding installation files will be constructed in the dist_electron directory.
Note : If your network environment is not good, electron-builder may have failed to download electron binary files. At this time, you need to specify the source of Electron before npm run electron:build the source of electron is the domestic source:
export ELECTRON_MIRROR= " https://npm.taobao.org/mirrors/electron/ "
# 在 Windows 上,则可以使用 set ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ (无需引号)
npm run electron:build Just specify the domestic source when it is built for the first time. Subsequent construction does not need to be specified. Download the binary file in ~/.electron/ directory. If you want to update electron to build a version, you can delete ~/.electron/ directory, and then re-run the last step to let electron-builder download the latest electron binary files.
Mit
Copyright (C) 2020 lingyan000