Added lite-mode build target
This commit is contained in:
parent
7a6c4e6a6e
commit
49a38eada0
5 changed files with 19 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"main": "./app/app.js",
|
||||
"scripts": {
|
||||
"build:web": "vue-cli-service build --mode production.web",
|
||||
"build:lite": "vue-cli-service build --mode production.lite",
|
||||
"build:app": "vue-cli-service build --mode production.app",
|
||||
"serve": "vue-cli-service serve --mode development.web",
|
||||
"start": "npm run build:app && electron app/app.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue