vue-learn/vue.config.js
2020-06-16 16:02:28 +08:00

7 lines
67 B
JavaScript

module.exports={
devServer:{
port:8887,
open:true,
}
}