增加开发模式端口号自定义配置

pull/59/head
smallchill 7 years ago
parent 12d9ee0be0
commit faa89a36ad
  1. 1
      vue.config.js

@ -22,6 +22,7 @@ module.exports = {
.end() .end()
}, },
devServer: { devServer: {
port: 1888,
proxy: { proxy: {
'/api': { '/api': {
target: 'http://localhost', target: 'http://localhost',

Loading…
Cancel
Save