新增vue.config.js文件

This commit is contained in:
qinjie 2021-08-09 23:49:05 +08:00
parent d5f15af7f3
commit 70ab6059da
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
}
}