1、新增样式1440px以上的自适应
2、webpack打包sourcemap配置,vue-cli-4.*没起到作用
Showing
with
313 additions
and
30 deletions
... | @@ -35,7 +35,9 @@ | ... | @@ -35,7 +35,9 @@ |
"eslint-plugin-standard": "^4.0.0", | "eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^7.0.0-0", | "eslint-plugin-vue": "^7.0.0-0", | ||
"less": "^3.0.4", | "less": "^3.0.4", | ||
"less-loader": "^5.0.0" | "less-loader": "^5.0.0", | ||
"postcss-px2rem": "^0.3.0", | |||
"px2rem-loader": "^0.1.9" | |||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
"root": true, | "root": true, | ||
... | ... |
src/libs/flexible.js
0 → 100644
Please
register
or
sign in
to comment