1 Star 0 Fork 10

wangyonggang/x-emr-vue2

forked from bensenplus/x-emr-vue2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 210 Bytes
一键复制 编辑 原始数据 按行查看 历史
bensenplus 提交于 2024-01-20 15:44 . 修改打包路径
module.exports = {
lintOnSave: false,
devServer: {//设置本地默认端口
host: '0.0.0.0',
port: 80
},
chainWebpack: config => {
config.output.filename('vue2/[name].js').end()
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ykcrm_35740504/x-emr-vue2.git
[email protected]:ykcrm_35740504/x-emr-vue2.git
ykcrm_35740504
x-emr-vue2
x-emr-vue2
main

搜索帮助