mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
41 lines
442 B
Markdown
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/).
|