2 Star 0 Fork 436

simba2010 / cola-designer

forked from colaiven / cola-designer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
publicPath: './',
outputDir: 'dist',
devServer: {
host: '0.0.0.0',
port: 8009,
proxy: {
'/design': {
target: 'http://127.0.0.1:6882',
ws: false,
changeOrigin: true,
pathRewrite: {
'^/design': '',
},
},
'/file': {
target: 'http://127.0.0.1/',
ws: false,
changeOrigin: true,
pathRewrite: {
'^/file': '',
},
},
},
}
};
HTML
1
https://gitee.com/simba2010/cola-designer.git
git@gitee.com:simba2010/cola-designer.git
simba2010
cola-designer
cola-designer
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891