1 Star 0 Fork 0

一路前行/dreamweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
守~❤~护 提交于 2021-11-26 17:32 . submit
const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig({
transpileDependencies: true,
pluginOptions: {
'style-resources-loader': {
preProcessor: 'scss',
patterns: []
}
},
devServer: {
port: 8088,
proxy: {
'/api': {
target: 'http://localhost/:8087', //对应自己的接口
changeOrigin: false,
ws: true,
pathRewrite: {
'^/api': ''
}
}
}
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/TianFengLin/dreamweb.git
git@gitee.com:TianFengLin/dreamweb.git
TianFengLin
dreamweb
dreamweb
master

搜索帮助