Vue Nuxt
Tips & Tricks

A collection of Vue, Nuxt and Vite tips, tricks and good practices.

You can expose your Nuxt development server to the internet thanks to local tunneling. All you have to do is run the Nuxt development server with the `--tunnel` flag.

npx nuxt dev --tunnel