Simple GUI for ordering network services.
By default you can order network services via System Preferences -> Network -> Set Service Order
,
but this way is inconvenient, so this repo provide an intuitive way for you can just drag and drop to order the network
services.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for OSX production
npm run build:darwin
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
More information can be found here.
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.