添加是否显示终端donation打印配置
Showing
... | ... | @@ -8,9 +8,9 @@ |
"registry": "https://npm.pkg.github.com/" | ||
}, | ||
"scripts": { | ||
"serve": "npm run helper&&vue-cli-service serve", | ||
"build": "npm run helper&&vue-cli-service build", | ||
"build:preview": "npm run helper&&vue-cli-service build --mode preview", | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"build:preview": "vue-cli-service build --mode preview", | ||
"globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", | ||
"lint": "vue-cli-service lint --fix", | ||
"lint:style": "stylelint **/*.{vue,css,scss} --fix", | ||
... | ... | @@ -24,8 +24,7 @@ |
"svgo": "svgo -f src/remixIcon/svg --config=svgo.yml", | ||
"push": "start ./push.sh", | ||
"deploy": "start ./deploy.sh", | ||
"increase-memory-limit": "increase-memory-limit", | ||
"helper": "node node_modules/zx-layouts" | ||
"increase-memory-limit": "increase-memory-limit" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -73,7 +72,7 @@ |
"zx-count": "^0.3.7", | ||
"zx-icon": "^1.1.8", | ||
"zx-keel": "^0.9.4", | ||
"zx-layouts": "^0.6.6", | ||
"zx-layouts": "^0.6.7", | ||
"zx-magnifie": "^0.4.0", | ||
"zx-markdown-editor": "^0.0.2", | ||
"zx-player": "^0.9.6", | ||
... | ... |
Please
register
or
sign in
to comment