This theme is from |

guangzan

园龄:6年5个月粉丝:676关注:333

2021-04-23 09:52阅读: 76评论: 0推荐: 0

vue cli rem

使用步骤

npm i amfe-flexible postcss-px2rem -D

/vue.config.js

const px2rem = require('postcss-px2rem')

module.exports = {
  // ...
  css: {
    loaderOptions: {
      postcss: {
        plugins: [px2rem({ remUnit: 75 })],
      },
    },
  },
}

资源链接

本文作者:guangzan

本文链接:https://www.cnblogs.com/guangzan/p/14692486.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   guangzan  阅读(76)  评论(0编辑  收藏  举报
评论
收藏
关注
推荐
深色
回顶
收起
点击右上角即可分享
微信分享提示