add serve port config

This commit is contained in:
jiaming 2018-12-05 13:41:28 +08:00
parent f55ac1a57c
commit c33e592fae
1 changed files with 5 additions and 0 deletions

5
vue.config.js Normal file
View File

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