m/vue.config.js
2019-01-08 20:19:51 +08:00

6 lines
77 B
JavaScript

// vue.config.js
module.exports = {
devServer:{
port:3000
}
}