Files
hello-vue/my-vue-ui-app/vue.config.js
2019-01-15 20:00:27 +08:00

7 lines
73 B
JavaScript

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