1 Star 0 Fork 27

Blake-xu / huankemao-web

forked from 唤客猫 / huankemao-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 358 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
印丶 提交于 2021-07-07 17:27 . 20210707 新增客户详情功能
/** @file:打包配置文件 */
module.exports = {
publicPath: '/',
productionSourceMap: false,
// 第三方插件配置
pluginOptions: {
// ...
pwa: {
iconPaths: {
favicon32: './favicon.ico',
favicon16: './favicon.ico',
appleTouchIcon: './favicon.ico',
maskIcon: './favicon.ico',
msTileImage: './favicon.ico'
}
},
}
};
HTML/CSS
1
https://gitee.com/Blake-xu/huankemao-web.git
git@gitee.com:Blake-xu/huankemao-web.git
Blake-xu
huankemao-web
huankemao-web
master

搜索帮助