1 Star 1 Fork 0

自律的小陈/电子购物 移动端APP 项目代码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
自律的小陈 提交于 2022-06-06 11:36 . 第一次调教
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false,
devServer: {
proxy: {
'/cn': {
target: 'https://www.opposhop.cn',
ws: true,
changeOrigin: true,
},
},
// https://www.opposhop.cn
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chenmingbiao/VueClass.git
git@gitee.com:chenmingbiao/VueClass.git
chenmingbiao
VueClass
电子购物 移动端APP 项目代码
master

搜索帮助