Home

Issue: 1675

Howto setup Proxytable in Nuxt?

[issue link]

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

This question is available on Nuxt.js community (#c1496)