Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.11 KB

ordernetowrkservices

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.

Screenshots

By default

From this way

Build Setup

# 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.