Bootstrap

vue项目配置固定端口

"config": {
        "nuxt": {
            "host": "0.0.0.0",
            "port": 6001
        }
    },
;