|
@@ -5,9 +5,9 @@
|
|
5
|
"author": "若依",
|
5
|
"author": "若依",
|
|
6
|
"license": "MIT",
|
6
|
"license": "MIT",
|
|
7
|
"scripts": {
|
7
|
"scripts": {
|
|
8
|
- "dev": "vue-cli-service serve",
|
|
|
|
9
|
- "build:prod": "vue-cli-service build",
|
|
|
|
10
|
- "build:stage": "vue-cli-service build --mode staging",
|
|
|
|
|
|
8
|
+ "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
|
|
|
9
|
+ "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
|
|
|
10
|
+ "build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
|
|
11
|
"preview": "node build/index.js --preview",
|
11
|
"preview": "node build/index.js --preview",
|
|
12
|
"lint": "eslint --ext .js,.vue src"
|
12
|
"lint": "eslint --ext .js,.vue src"
|
|
13
|
},
|
13
|
},
|