- Sockets tabs
- Socket query
- Socket path
- Listen events
- Emit events
- App settings
- Export/Import data
- Ace theme custom
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
# copy config.example.js in renderer to config.js by executing cp config.example.js config.js and set Mercury parser token
cp src/renderer/config.example.js config.js
For more documentation please follow link from Electron Vue