You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module.exports = {
|
|
devServer: {
|
|
host: "localhost",
|
|
port: 8080, // 端口号
|
|
https: false, // https:{type:Boolean}
|
|
open: true, //配置自动启动浏览器
|
|
proxy: 'http://localhost'
|
|
},
|
|
lintOnSave: false
|
|
} |