|
|
@ -5,8 +5,8 @@
|
|
|
|
"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 --open",
|
|
|
|
"build:prod": "vue-cli-service build --mode production",
|
|
|
|
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
|
|
|
"build:test": "vue-cli-service build --mode test",
|
|
|
|
"build:test": "vue-cli-service build --mode test",
|
|
|
|
"preview": "node build/index.js --preview",
|
|
|
|
"preview": "node build/index.js --preview",
|
|
|
|
"lint": "eslint --ext .js,.vue src"
|
|
|
|
"lint": "eslint --ext .js,.vue src"
|
|
|
|