Static GitHub Issues

[1675] Howto setup Proxytable in Nuxt?

prev: Why do my images not show up after nuxt generate
next: Caching API calls on server

For eaxample, I have such code on Dev, which doesn't work in Prod obv

createArticle () {
      console.log(this.article)
      axios.post('http://localhost:7777/articles/', this.article)
        .then((res) => {
          this.message = res.data
        })
    }

Is there any option like this - https://vuejs-templates.github.io/webpack/proxy.html

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1496">#c1496</a>)</em></sub></div>