|
|
|
|
@ -8,8 +8,8 @@
|
|
|
|
|
"###": "高版本node请使用如下配置启动 SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
|
|
|
|
"run": "vue-cli-service serve",
|
|
|
|
|
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
|
|
|
|
"build:prod": "vue-cli-service build",
|
|
|
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
|
|
|
"build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
|
|
|
|
"build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
|
|
|
|
|
"preview": "node build/index.js --preview",
|
|
|
|
|
"lint": "eslint --ext .js,.vue src"
|
|
|
|
|
},
|
|
|
|
|
|