1 Star 2 Fork 1

XIETONGJIAN / bpmn-designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
XIETONGJIAN 提交于 2023-08-09 18:47 . fix:样式调整。
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: '/bpmn/designer',
transpileDependencies: true,
devServer: {
host: 'localhost',
port: '3006',
// proxy: {
// '/flow/bpmnDesigner': {
// target: 'http://test.com',
// pathRewrite: {
// '/': '/'
// }
// }
// }
},
css: {
loaderOptions: {
less: {
lessOptions: {
// 在这里添加自定义的Less配置
},
},
},
},
})
JavaScript
1
https://gitee.com/xtj116/bpmn-designer.git
git@gitee.com:xtj116/bpmn-designer.git
xtj116
bpmn-designer
bpmn-designer
bpmn-8.7

搜索帮助