deploy
Showing
| ... | ... | @@ -10,7 +10,7 @@ |
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "build:preview": "vue-cli-service build --mode preview", | ||
| "build:preview": "vue-cli-service build --report --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", | ||
| ... | ... | @@ -106,7 +106,7 @@ |
| "sass-loader": "^9.0.2", | ||
| "script-loader": "^0.7.2", | ||
| "stylelint": "^13.6.1", | ||
| "stylelint-config-recess-order": "^2.0.4", | ||
| "stylelint-config-recess-order": "^2.1.0", | ||
| "stylelint-config-standard": "^20.0.0", | ||
| "stylelint-order": "^4.1.0", | ||
| "svg-sprite-loader": "^5.0.0", | ||
| ... | ... |
Please
register
or
sign in
to comment