|
@@ -4,9 +4,9 @@
|
|
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
"author": "Pan <panfree23@gmail.com>",
|
|
"author": "Pan <panfree23@gmail.com>",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "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",
|
|
|
|
|
|
+ "dev": "vue-cli-service serve",
|
|
|
|
+ "build:prod": "vue-cli-service build",
|
|
|
|
+ "build:stage": "vue-cli-service build --mode staging",
|
|
"preview": "node build/index.js --preview",
|
|
"preview": "node build/index.js --preview",
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
"lint": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint",
|
|
"lint": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint",
|