|
@ -5,7 +5,7 @@ |
|
|
"author": "LionLi", |
|
|
"author": "LionLi", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"dev": "vue-cli-service serve", |
|
|
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", |
|
|
"build:prod": "vue-cli-service build", |
|
|
"build:prod": "vue-cli-service build", |
|
|
"preview": "node build/index.js --preview", |
|
|
"preview": "node build/index.js --preview", |
|
|
"lint": "eslint --ext .js,.vue src" |
|
|
"lint": "eslint --ext .js,.vue src" |
|
|