Answer the question
In order to leave comments, you need to log in
How to access by IP in Nuxt?
In vue-cli, with the command, npm run serve
we get, in addition to localhost, a link to the network via IP
How can I do it in Nuxt? To see on devices.
Answer the question
In order to leave comments, you need to log in
Nuxt, like Vue itself, uses the same webpack devServer , which in turn uses http-proxy-middleware . This is if you need subtleties.
And so, here is the specific setting for Nuxt: https://nuxtjs.org/faq/host-port/ .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question