Answer the question
In order to leave comments, you need to log in
How to test nuxt app on another device?
In Vue-CLI, when you start the dev server, you are given a second address that you can open from another device (via LAN, of course) and test the build on another device.
For some reason, there is no such thing in the Nuxt assembly.
Is it possible to set it up and how?
Answer the question
In order to leave comments, you need to log in
Set host. There is an example in the manual
Add to
" scripts " : {
" dev " : " HOST = 0.0.0.0 nuxt " ,
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question