update
Showing
with
2 additions
and
1 deletions
... | ... | @@ -4,7 +4,8 @@ |
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
"build": "vue-cli-service build", | ||
"build:stage": "vue-cli-service build --mode staging" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.4", | ||
... | ... |
Please
register
or
sign in
to comment