1 Star 0 Fork 2

土豆 / 导航系统前端

forked from BeKicked / 导航系统前端 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
BeKicked 提交于 2023-08-02 11:55 . update
const { defineConfig } = require('@vue/cli-service')
const AppConfig = require('./src/config/AppConfig');
module.exports = defineConfig({
transpileDependencies: true,
chainWebpack: config => {
config.plugin('html').tap(apps => {
apps[0].title = AppConfig.AppName;
return apps;
});
return config;
},
devServer:{
host: '0.0.0.0',
port:8080,
client: {
webSocketURL: 'ws://0.0.0.0:8080/ws',
},
headers: {
'Access-Control-Allow-Origin': '*',
}
}
});
JavaScript
1
https://gitee.com/rayson517/navigation-system-front-end.git
git@gitee.com:rayson517/navigation-system-front-end.git
rayson517
navigation-system-front-end
导航系统前端
master

搜索帮助