From e7b54c7ee80c54b2364a2a92b14e0481e4dc29fe Mon Sep 17 00:00:00 2001 From: UKDTOM Date: Sat, 23 May 2020 15:44:13 +0200 Subject: [PATCH] Updated developer.md with electron instructions --- DEVELOPER.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 9d3b7b8..eb220f6 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -24,6 +24,18 @@ npm run build npm run lint ``` +### Electron Run + +```md +npm run electron:serve +``` + +### Electron Build + +```md +npm run electron:build +``` + ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).