22 Star 319 Fork 91

白云苍狗 / wallhaven-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
'use strict'
const path = require('path');
function resolve(dir) {
return path.join(__dirname, dir);
}
module.exports = {
publicPath: './',
pages: {
index: {
entry: 'layout/main.js',
template: 'layout/index.html',
},
},
outputDir: 'src/renderer',
productionSourceMap: false,
chainWebpack: (config) => {
config.resolve.alias
.set('@', resolve('layout'))
}
}
JavaScript
1
https://gitee.com/ml13/wallhaven-electron.git
git@gitee.com:ml13/wallhaven-electron.git
ml13
wallhaven-electron
wallhaven-electron
master

搜索帮助