mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-25 04:20:18 +00:00
Updated developer.md with electron instructions
This commit is contained in:
parent
29210e62d7
commit
e7b54c7ee8
1 changed files with 12 additions and 0 deletions
12
DEVELOPER.md
12
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/).
|
||||
|
|
Loading…
Reference in a new issue