2
0
Fork 0
mirror of https://github.com/WebTools-NG/WebTools-NG synced 2025-02-19 21:08:25 +00:00

Updated developer.md with electron instructions

This commit is contained in:
UKDTOM 2020-05-23 15:44:13 +02:00
parent 29210e62d7
commit e7b54c7ee8

View file

@ -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/).