An Developer tool project
# install dependencies
yarn install
# serve app with hot reload
yarn run dev
# build electron application for production
yarn run build
# lint all JS/Vue component files in `src/`
yarn run lint
Generate Icons
electron-icon-builder --input=.\src\renderer\assets\logo.png --output .\build\ --flatten