!12 新增vue.config.js文件

Merge pull request !12 from 覃杰/auto-8533815-develop-1628524272532
This commit is contained in:
覃杰 2021-08-09 15:52:45 +00:00 committed by Gitee
commit 80301e5b53
1 changed files with 10 additions and 0 deletions

10
vue.config.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
devServer: {
disableHostCheck: false,
host: "localhost",
port: "8999",
https: false,
hotOnly: false,
proxy: null
}
}