add serve port config

This commit is contained in:
jiaming
2018-12-05 13:41:28 +08:00
parent f55ac1a57c
commit c33e592fae

5
vue.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
devServer: {
port: 6661
}
}