1、nuxt.config.js
postcss: {
plugins: {
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']
}
},
preset: {
autoprefixer: true
}
}
2、创建 flexible.js 文件
3、plugins
创建 lib-flexible.js 文件。
import 'amfe-flexible'