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

41 lines
442 B
Markdown

# webtools-ng
## Project setup
```md
npm install
```
### Compiles and hot-reloads for development
```md
npm run serve
```
### Compiles and minifies for production
```md
npm run build
```
### Lints and fixes files
```md
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/).