Commit 8cec25a5 authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 9a789953
......@@ -27,4 +27,10 @@ npm run build:stage
# 构建生产环境
npm run build:prod
```
\ No newline at end of file
```
## 解决vue版本过高问题 8.0可以
"dev": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve",
"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"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment