vue-learn/vue.config.js

7 lines
67 B
JavaScript
Raw Normal View History

2020-06-16 02:20:06 +00:00
module.exports={
devServer:{
port:8887,
open:true,
}
}