Nuxt.conf.js
    配置公共路径

    1. module.exports = {
    2. // ...
    3. build: {
    4. publicPath: 'http://xxx.com',
    5. }
    6. }

    build 之后生成 ./.nuxt/dist 目录,把其内容上传到 WebServer