1 Star 0 Fork 521

写轮眼14/wx-manage

forked from niefy/wx-manage 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
nifury 提交于 2020-01-03 11:28 . 基础功能
module.exports = {
publicPath: "./",
devServer: {
proxy: {
'/wx': {
target: 'http://localhost:8088/'
}
},
port:8001,
inline:false //实时编译
},
configureWebpack:{
devServer: {
disableHostCheck: true
},
externals: {
vue: "Vue",
"vue-router": "Router",
"element-ui": "ELEMENT",
"tinymce":"tinymce"
}
},
chainWebpack: config => {
// 移除 prefetch 插件
config.plugins.delete('prefetch')
},
outputDir: undefined,
assetsDir: undefined,
runtimeCompiler: undefined,
productionSourceMap: false,
parallel: undefined,
css: undefined
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xielunyan14/wx-manage.git
git@gitee.com:xielunyan14/wx-manage.git
xielunyan14
wx-manage
wx-manage
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385