1 Star 8 Fork 9

三三小朋友/bk2115-yanxuan-vue-vant移动端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 979 Bytes
一键复制 编辑 原始数据 按行查看 历史
三三小朋友 提交于 2021-11-15 22:47 . 首页
module.exports = {
lintOnSave: false, // eslint-loader 是否在保存的时候检查
css: {
loaderOptions: {
postcss: {
plugins: [
// 把px单位换算成rem单位
require("postcss-pxtorem")({
// 换算的基数 375的设计稿,换算基数就是37.5
rootValue: 37.5,
selectorBlackList: [".van"], // 要忽略的选择器并保留为px。
propList: ["*"], //可以从px更改为rem的属性。
minPixelValue: 1 // 设置要替换的最小像素值。
})
]
}
}
},
devServer: {
port: 8080,
proxy: {
'/api': {
target: "http://kumanxuan1.f3322.net:8001/",
pathRewrite: {
'^/api': ''
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sansan533/bk2115-yanxuan.git
git@gitee.com:sansan533/bk2115-yanxuan.git
sansan533
bk2115-yanxuan
bk2115-yanxuan-vue-vant移动端
master

搜索帮助