Configuration Flashcards
1
Q
How can you quickly switch between SPA and Universal application modes?
A
In nuxt.config.js, change the mode between “spa” and “universal”. In order for changes to take effect, it may require running “npm run dev” once again.