|
@@ -6,7 +6,8 @@
|
|
|
"pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
|
|
|
"dev": "vue-cli-service serve",
|
|
|
"build": "vue-cli-service build",
|
|
|
- "lint": "vue-cli-service lint"
|
|
|
+ "lint": "vue-cli-service lint",
|
|
|
+ "analyze": "vue-cli-service build --report"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.1",
|