摘要: 1 、安装插件 npm i babel-plugin-import -D 2、根目录创建:babel.config.js 中配置 module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], plugins: [ ['import', 阅读全文
posted @ 2025-11-07 10:36 东方不败--Never 阅读(9) 评论(0) 推荐(0)
摘要: npm install postcss-px-to-viewport@1.1.1 -D module.exports = { plugins: { 'postcss-px-to-viewport': { // 标准屏宽 viewportWidth: 375 } } } 阅读全文
posted @ 2025-11-07 10:32 东方不败--Never 阅读(6) 评论(0) 推荐(0)