2 Star 8 Fork 5

fog3211/vue-mobile-quiz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
fog3211 提交于 2019-05-03 13:00 +08:00 . vue-mobile-quiz
const path = require('path');
const resolve = dir => {
return path.join(__dirname, dir);
}
module.exports = {
chainWebpack: config => {
config.resolve.alias
.set('_c', resolve('src/components'))
.set('_a', resolve('src/assets'))
.set('_v', resolve('src/views'))
},
productionSourceMap: false,
publicPath: process.env.NODE_ENV === 'production' ? './' : './'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fog3211/vue-mobile-quiz.git
[email protected]:fog3211/vue-mobile-quiz.git
fog3211
vue-mobile-quiz
vue-mobile-quiz
master

搜索帮助