新增vue.config.js文件
This commit is contained in:
parent
d5f15af7f3
commit
70ab6059da
|
@ -0,0 +1,10 @@
|
||||||
|
module.exports = {
|
||||||
|
devServer: {
|
||||||
|
disableHostCheck: false,
|
||||||
|
host: "localhost",
|
||||||
|
port: "8999",
|
||||||
|
https: false,
|
||||||
|
hotOnly: false,
|
||||||
|
proxy: null
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue