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