Shadowsocksr client that coding with electron and vue
- Close to tray
- Crash Reporting
- Update and launched notification
- Support all of the shadowsocksr python version's function
- python to be installed
Go to release
- windows setup exe file will install this project to
C:\Users\{your username}\AppData\Local\Programs\electron-ssr
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
# build electron app for production
npm run build:win32
npm run build:darwin
npm run build:linux
# qrcode scheme unit test
npm run test:unit