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